Class: Sqlfire::Installations

Inherits:
Shared::Installations show all
Defined in:
lib/vas/sqlfire/installations.rb

Overview

Used to enumerate, create, and delete SQLFire installations.

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Installations

#create

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ Installations

Returns a new instance of Installations.



23
24
25
# File 'lib/vas/sqlfire/installations.rb', line 23

def initialize(location, client)
  super(location, client, Installation)
end