Class: RabbitMq::Groups

Inherits:
Shared::Groups show all
Defined in:
lib/vas/rabbitmq/groups.rb

Overview

Used to enumerate, create, and delete RabbitMQ groups.

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Groups

#create

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ Groups

Returns a new instance of Groups.



23
24
25
# File 'lib/vas/rabbitmq/groups.rb', line 23

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