Class: Gemfire::LocatorLogs
- Inherits:
-
Shared::Logs
- Object
- Shared::Resource
- Shared::Collection
- Shared::MutableCollection
- Shared::Logs
- Gemfire::LocatorLogs
- Defined in:
- lib/vas/gemfire/locator_logs.rb
Overview
Used to enumerate a locator node instance’s logs
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ LocatorLogs
constructor
A new instance of LocatorLogs.
Methods inherited from Shared::MutableCollection
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ LocatorLogs
Returns a new instance of LocatorLogs.
23 24 25 |
# File 'lib/vas/gemfire/locator_logs.rb', line 23 def initialize(location, client) super(location, client, LocatorLog) end |