Class: Gemfire::AgentLogs

Inherits:
Shared::Logs show all
Defined in:
lib/vas/gemfire/agent_logs.rb

Overview

Used to enumerate an agent node instance’s logs

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ AgentLogs

Returns a new instance of AgentLogs.



23
24
25
# File 'lib/vas/gemfire/agent_logs.rb', line 23

def initialize(location, client)
  super(location, client, AgentLog)
end