Class: Sqlfire::ServerLog
- Inherits:
-
Shared::Log
- Object
- Shared::Resource
- Shared::Log
- Sqlfire::ServerLog
- Defined in:
- lib/vas/sqlfire/server_logs.rb
Overview
A log file in a 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) ⇒ ServerLog
constructor
A new instance of ServerLog.
Methods inherited from Shared::Log
#content, #instance, #reload, #to_s
Methods included from Shared::Deletable
Constructor Details
#initialize(location, client) ⇒ ServerLog
Returns a new instance of ServerLog.
33 34 35 |
# File 'lib/vas/sqlfire/server_logs.rb', line 33 def initialize(location, client) super(location, client, 'server-node-instance', ServerNodeInstance) end |