Class: Occi::Infrastructure::Storage::Offline
- Inherits:
-
Core::Action
- Object
- Core::Category
- Core::Action
- Occi::Infrastructure::Storage::Offline
- Defined in:
- lib/occi/infrastructure/storage.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/storage/action#', term = 'offline', title = 'deactivate storage') ⇒ Offline
constructor
A new instance of Offline.
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/storage/action#', term = 'offline', title = 'deactivate storage') ⇒ Offline
Returns a new instance of Offline.
14 15 16 17 18 |
# File 'lib/occi/infrastructure/storage.rb', line 14 def initialize(scheme='http://schemas.ogf.org/occi/infrastructure/storage/action#', term='offline', title='deactivate storage') super end |