Method: Occi::Infrastructure::Compute#storagelink
- Defined in:
- lib/occi/infrastructure/compute.rb
#storagelink(target, mixins = [], attributes = Occi::Core::Attributes.new) ⇒ Object
141 142 143 |
# File 'lib/occi/infrastructure/compute.rb', line 141 def storagelink(target, mixins=[], attributes=Occi::Core::Attributes.new) link(target, Occi::Infrastructure::Storagelink.kind, mixins, attributes, rel=Occi::Infrastructure::Storage.type_identifier) end |