Class: TcServer::Log
- Inherits:
-
Shared::Log
- Object
- Shared::Resource
- Shared::Log
- TcServer::Log
- 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
Attributes included from Shared::Deletable
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ Log
constructor
A new instance of Log.
Methods inherited from Shared::Log
#content, #instance, #reload, #to_s
Methods included from Shared::Deletable
Constructor Details
#initialize(location, client) ⇒ Log
Returns a new instance of Log.
33 34 35 |
# File 'lib/vas/tc_server/logs.rb', line 33 def initialize(location, client) super(location, client, 'node-instance', NodeInstance) end |