Class: RabbitMq::Installation

Inherits:
Shared::Installation show all
Defined in:
lib/vas/rabbitmq/installations.rb

Overview

A Rabbit installation

Instance Attribute Summary

Attributes inherited from Shared::Installation

#group, #installation_image, #version

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Installation

#to_s

Constructor Details

#initialize(location, client) ⇒ Installation

:nodoc:



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

def initialize(location, client) #:nodoc:
  super(location, client, InstallationImage, Group)
end

Instance Method Details

#instancesObject

An array of the instances that are using the installation



37
38
39
# File 'lib/vas/rabbitmq/installations.rb', line 37

def instances
  retrieve_instances("group-instance", Instance);
end