Class: Gemfire::LiveApplicationCodes

Inherits:
Shared::Collection show all
Defined in:
lib/vas/gemfire/live_application_codes.rb

Overview

Used to enumerate a cache server’s live application code

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ LiveApplicationCodes

Returns a new instance of LiveApplicationCodes.



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

def initialize(location, client)
  super(location, client, 'live-application-code', ApplicationCode)
end