Class: TcServer::Log

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

Overview

A log file in a tc Server node instance

Instance Attribute Summary

Attributes inherited from Shared::Log

#instance, #name

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Log

#content, #last_modified, #size, #to_s

Constructor Details

#initialize(location, client) ⇒ Log

:nodoc:



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

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