Class: Gemfire::InstallationImage

Inherits:
Shared::InstallationImage show all
Defined in:
lib/vas/gemfire/installation_images.rb

Overview

A GemFire installation image

Instance Attribute Summary

Attributes inherited from Shared::InstallationImage

#size, #version

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::InstallationImage

#installations, #to_s

Constructor Details

#initialize(location, client) ⇒ InstallationImage

:nodoc:



32
33
34
# File 'lib/vas/gemfire/installation_images.rb', line 32

def initialize(location, client) #:nodoc:
  super(location, client, Installation)
end