Class: Gemfire::InstallationImages
- Inherits:
-
Shared::InstallationImages
- Object
- Shared::Resource
- Shared::Collection
- Shared::MutableCollection
- Shared::InstallationImages
- Gemfire::InstallationImages
- Defined in:
- lib/vas/gemfire/installation_images.rb
Overview
Used to enumerate, create, and delete GemFire installation images.
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ InstallationImages
constructor
A new instance of InstallationImages.
Methods inherited from Shared::InstallationImages
Methods inherited from Shared::MutableCollection
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ InstallationImages
Returns a new instance of InstallationImages.
23 24 25 |
# File 'lib/vas/gemfire/installation_images.rb', line 23 def initialize(location, client) super(location, client, InstallationImage) end |