Method: Gemfire::Nodes#initialize
- Defined in:
- lib/vas/gemfire/nodes.rb
#initialize(location, client) ⇒ Nodes
Returns a new instance of Nodes.
23 24 25 |
# File 'lib/vas/gemfire/nodes.rb', line 23 def initialize(location, client) super(location, client, 'nodes', Node) end |