Method: Gemfire::AgentInstance#initialize
- Defined in:
- lib/vas/gemfire/agent_instances.rb
#initialize(location, client) ⇒ AgentInstance
Returns a new instance of AgentInstance.
44 45 46 |
# File 'lib/vas/gemfire/agent_instances.rb', line 44 def initialize(location, client) super(location, client, Group, Installation, AgentLiveConfigurations, AgentPendingConfigurations, AgentNodeInstance, 'agent-node-instance') end |