Method: Gemfire::ApplicationCode#initialize
- Defined in:
- lib/vas/gemfire/application_code.rb
#initialize(location, client) ⇒ ApplicationCode
Returns a new instance of ApplicationCode.
29 30 31 32 33 34 35 36 37 |
# File 'lib/vas/gemfire/application_code.rb', line 29 def initialize(location, client) super(location, client) @name = details['name'] @version = details['version'] @application_code_image_location = Util::LinkUtils.get_link_href(details, 'application-code-image') @instance_location = Util::LinkUtils.get_link_href(details, 'cache-server-group-instance') end |