Method: Gemfire::Node#initialize
- Defined in:
- lib/vas/gemfire/nodes.rb
#initialize(location, client) ⇒ Node
Returns a new instance of Node.
45 46 47 48 49 50 |
# File 'lib/vas/gemfire/nodes.rb', line 45 def initialize(location, client) super(location, client, Group) @agent_instances_location = Util::LinkUtils.get_link_href(details, 'agent-node-instances') @cache_server_instances_location = Util::LinkUtils.get_link_href(details, 'cache-server-node-instances') @locator_instances_location = Util::LinkUtils.get_link_href(details, 'locator-node-instances') end |