Class: Scalarium::Cloud::Instance

Inherits:
Resource
  • Object
show all
Defined in:
lib/scalarium/instance.rb

Instance Method Summary collapse

Methods inherited from Resource

#id

Methods included from Api

#get, #post

Constructor Details

#initialize(token, cloud, hash) ⇒ Instance

Returns a new instance of Instance.



6
7
8
9
# File 'lib/scalarium/instance.rb', line 6

def initialize( token, cloud, hash )
  super(token,hash)
  @cloud = cloud
end