Class: Shared::NodeInstances
- Inherits:
-
Collection
- Object
- Resource
- Collection
- Shared::NodeInstances
- Defined in:
- lib/vas/shared/node_instances.rb
Direct Known Subclasses
Gemfire::AgentNodeInstances, Gemfire::CacheServerNodeInstances, Gemfire::LocatorNodeInstances, RabbitMq::NodeInstances, TcServer::NodeInstances
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize(location, client, type, entry_class) ⇒ NodeInstances
constructor
:nodoc:.
Methods inherited from Collection
Constructor Details
#initialize(location, client, type, entry_class) ⇒ NodeInstances
:nodoc:
22 23 24 |
# File 'lib/vas/shared/node_instances.rb', line 22 def initialize(location, client, type, entry_class) #:nodoc: super(location, client, type, entry_class) end |