Class: Shared::Logs Abstract
- Inherits:
-
MutableCollection
- Object
- Resource
- Collection
- MutableCollection
- Shared::Logs
- Defined in:
- lib/vas/shared/logs.rb
Overview
This class is abstract.
A node instance’s logs
Direct Known Subclasses
Gemfire::AgentLogs, Gemfire::CacheServerLogs, Gemfire::LocatorLogs, RabbitMq::Logs, Sqlfire::AgentLogs, Sqlfire::LocatorLogs, Sqlfire::ServerLogs, TcServer::Logs, WebServer::Logs
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize(location, client, log_class) ⇒ Logs
constructor
A new instance of Logs.
Methods inherited from MutableCollection
Methods inherited from Collection
Constructor Details
#initialize(location, client, log_class) ⇒ Logs
Returns a new instance of Logs.
23 24 25 |
# File 'lib/vas/shared/logs.rb', line 23 def initialize(location, client, log_class) super(location, client, 'logs', log_class) end |