Method: Occi::Infrastructure::Storage::Offline#initialize
- Defined in:
- lib/occi/infrastructure/storage.rb
#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 |