Class: RabbitMq::InstallationImage

Inherits:
Shared::InstallationImage show all
Defined in:
lib/vas/rabbitmq/installation_images.rb

Overview

A RabbitMQ installation image

Instance Attribute Summary

Attributes inherited from Shared::InstallationImage

#size, #version

Attributes included from Shared::Deletable

#collection

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::InstallationImage

#installations, #reload, #to_s

Methods included from Shared::Deletable

#delete

Constructor Details

#initialize(location, client) ⇒ InstallationImage

Returns a new instance of InstallationImage.



33
34
35
# File 'lib/vas/rabbitmq/installation_images.rb', line 33

def initialize(location, client)
  super(location, client, Installation)
end