Class: Shared::Logs

Inherits:
MutableCollection show all
Defined in:
lib/vas/shared/logs.rb

Overview

Used to enumerate a node instance’s logs

Instance Attribute Summary

Attributes inherited from Resource

#location, #security

Instance Method Summary collapse

Methods inherited from MutableCollection

#delete

Methods inherited from Collection

#each

Constructor Details

#initialize(location, client, log_class) ⇒ Logs

:nodoc:



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

def initialize(location, client, log_class) #:nodoc:
  super(location, client, 'logs', log_class)
end