Class: RabbitMq::NodeInstance

Inherits:
Shared::NodeInstance show all
Defined in:
lib/vas/rabbitmq/node_instances.rb

Overview

A Rabbit node instance

Instance Attribute Summary

Attributes inherited from Shared::NodeInstance

#group_instance, #logs, #name, #node

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::NodeInstance

#to_s

Methods inherited from Shared::StateResource

#start, #state, #stop

Constructor Details

#initialize(location, client) ⇒ NodeInstance

:nodoc:



32
33
34
# File 'lib/vas/rabbitmq/node_instances.rb', line 32

def initialize(location, client) #:nodoc:
  super(location, client, Node, Logs, Instance, 'group-instance')
end