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