Class: Occi::Infrastructure::Storage::Backup

Inherits:
Core::Action show all
Defined in:
lib/occi/infrastructure/storage.rb

Instance Attribute Summary

Attributes inherited from Core::Category

#attributes, #model, #scheme, #term, #title

Instance Method Summary collapse

Methods inherited from Core::Action

#to_header, #to_text

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 = 'backup', title = 'backup storage') ⇒ Backup

Returns a new instance of Backup.



22
23
24
25
26
# File 'lib/occi/infrastructure/storage.rb', line 22

def initialize(scheme='http://schemas.ogf.org/occi/infrastructure/storage/action#',
    term='backup',
    title='backup storage')
  super
end