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