Class: WebServer::Log

Inherits:
Shared::Log show all
Defined in:
lib/vas/web_server/logs.rb

Overview

A log file in a Web Server node instance

Instance Attribute Summary

Attributes inherited from Shared::Log

#last_modified, #name, #size

Attributes included from Shared::Deletable

#collection

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Log

#content, #instance, #reload, #to_s

Methods included from Shared::Deletable

#delete

Constructor Details

#initialize(location, client) ⇒ Log

Returns a new instance of Log.



31
32
33
# File 'lib/vas/web_server/logs.rb', line 31

def initialize(location, client)
  super(location, client, 'node-instance', NodeInstance)
end