Class: RabbitMq::PendingConfiguration

Inherits:
Shared::PendingConfiguration show all
Defined in:
lib/vas/rabbitmq/pending_configurations.rb

Overview

A RabbitMQ instance’s configuration file that is pending

Instance Attribute Summary

Attributes included from Shared::Deletable

#collection

Attributes inherited from Shared::Configuration

#path, #size

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::PendingConfiguration

#content=

Methods included from Shared::Deletable

#delete

Methods inherited from Shared::Configuration

#content, #instance, #reload, #to_s

Constructor Details

#initialize(location, client) ⇒ PendingConfiguration

Returns a new instance of PendingConfiguration.



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

def initialize(location, client)
  super(location, client, 'group-instance', Instance)
end