Class: Scalarium::Cloud::Instance
- Defined in:
- lib/scalarium/instance.rb
Instance Method Summary collapse
-
#initialize(token, cloud, hash) ⇒ Instance
constructor
A new instance of Instance.
Methods inherited from Resource
Methods included from Api
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 |