Class: Gemfire::Nodes

Inherits:
Shared::Collection show all
Defined in:
lib/vas/gemfire/nodes.rb

Overview

Used to enumerate GemFire nodes

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#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