Class: RabbitMq::Logs

Inherits:
Shared::Logs show all
Defined in:
lib/vas/rabbitmq/logs.rb

Overview

Used to enumerate a RabbitMQ node instance’s logs

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ Logs

Returns a new instance of Logs.



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

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