Class: Occi::Infrastructure::Compute::Start
- Inherits:
-
Core::Action
- Object
- Core::Category
- Core::Action
- Occi::Infrastructure::Compute::Start
- Defined in:
- lib/occi/infrastructure/compute.rb
Instance Attribute Summary
Attributes inherited from Core::Category
#attributes, #model, #scheme, #term, #title
Instance Method Summary collapse
-
#initialize(scheme = 'http://schemas.ogf.org/occi/infrastructure/compute/action#', term = 'start', title = 'start compute instance') ⇒ Start
constructor
A new instance of Start.
Methods inherited from Core::Action
Methods inherited from Core::Category
#as_json, categories, get_class, #inspect, #location, #related_to?, #to_header, #to_s, #to_string, #to_string_short, #to_text, #type_identifier
Constructor Details
#initialize(scheme = 'http://schemas.ogf.org/occi/infrastructure/compute/action#', term = 'start', title = 'start compute instance') ⇒ Start
Returns a new instance of Start.
6 7 8 9 10 |
# File 'lib/occi/infrastructure/compute.rb', line 6 def initialize(scheme='http://schemas.ogf.org/occi/infrastructure/compute/action#', term='start', title='start compute instance') super end |