Method: Gemfire::LiveApplicationCodes#initialize
- Defined in:
- lib/vas/gemfire/live_application_codes.rb
#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 |