Class: Sqlfire::AgentNodeInstances
- Inherits:
-
Shared::NodeInstances
- Object
- Shared::Resource
- Shared::Collection
- Shared::NodeInstances
- Sqlfire::AgentNodeInstances
- Defined in:
- lib/vas/sqlfire/agent_node_instances.rb
Overview
Used to enumerate agent instances on an individual node
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ AgentNodeInstances
constructor
A new instance of AgentNodeInstances.
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ AgentNodeInstances
Returns a new instance of AgentNodeInstances.
23 24 25 |
# File 'lib/vas/sqlfire/agent_node_instances.rb', line 23 def initialize(location, client) super(location, client, 'agent-node-instances', AgentNodeInstance) end |