Class: Sqlfire::LocatorLogs

Inherits:
Shared::Logs show all
Defined in:
lib/vas/sqlfire/locator_logs.rb

Overview

Used to enumerate a locator 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) ⇒ LocatorLogs

Returns a new instance of LocatorLogs.



23
24
25
# File 'lib/vas/sqlfire/locator_logs.rb', line 23

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