Method: Gemfire::ApplicationCodeImages#initialize
- Defined in:
- lib/vas/gemfire/application_code_images.rb
#initialize(location, client) ⇒ ApplicationCodeImages
Returns a new instance of ApplicationCodeImages.
23 24 25 |
# File 'lib/vas/gemfire/application_code_images.rb', line 23 def initialize(location, client) super(location, client, "application-code-images", ApplicationCodeImage) end |