Class: Shared::Logs Abstract

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

Overview

This class is abstract.

A node instance’s logs

Instance Attribute Summary

Attributes inherited from Resource

#location, #security

Instance Method Summary collapse

Methods inherited from MutableCollection

#create, #create_image

Methods inherited from Collection

#each, #reload

Constructor Details

#initialize(location, client, log_class) ⇒ Logs

Returns a new instance of Logs.



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

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