Class: TcServer::Logs
- Inherits:
-
Shared::Logs
- Object
- Shared::Resource
- Shared::Collection
- Shared::MutableCollection
- Shared::Logs
- TcServer::Logs
- Defined in:
- lib/vas/tc_server/logs.rb
Overview
Used to enumerate a tc Server node instance’s logs
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ Logs
constructor
:nodoc:.
Methods inherited from Shared::MutableCollection
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ Logs
:nodoc:
22 23 24 |
# File 'lib/vas/tc_server/logs.rb', line 22 def initialize(location, client) #:nodoc: super(location, client, Log) end |