Class: Gemfire::InstallationImage
- Inherits:
-
Shared::InstallationImage
- Object
- Shared::Resource
- Shared::InstallationImage
- Gemfire::InstallationImage
- Defined in:
- lib/vas/gemfire/installation_images.rb
Overview
A GemFire installation image
Instance Attribute Summary
Attributes inherited from Shared::InstallationImage
Attributes included from Shared::Deletable
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ InstallationImage
constructor
A new instance of InstallationImage.
Methods inherited from Shared::InstallationImage
#installations, #reload, #to_s
Methods included from Shared::Deletable
Constructor Details
#initialize(location, client) ⇒ InstallationImage
Returns a new instance of InstallationImage.
33 34 35 |
# File 'lib/vas/gemfire/installation_images.rb', line 33 def initialize(location, client) super(location, client, Installation) end |