Module: Occi::Api::Dsl::MixinMethods
- Included in:
- Occi::Api::Dsl
- Defined in:
- lib/occi/api/dsl/mixin_methods.rb
Instance Method Summary collapse
- #mixin(*args) ⇒ Object
- #mixin_list(*args) ⇒ Object
- #mixins(*args) ⇒ Object
- #os_templates ⇒ Object
- #resource_templates ⇒ Object
Instance Method Details
#mixin(*args) ⇒ Object
25 26 27 28 |
# File 'lib/occi/api/dsl/mixin_methods.rb', line 25 def mixin(*args) check @client.get_mixin(*args) end |
#mixin_list(*args) ⇒ Object
20 21 22 23 |
# File 'lib/occi/api/dsl/mixin_methods.rb', line 20 def mixin_list(*args) check @client.list_mixins(*args) end |
#mixins(*args) ⇒ Object
5 6 7 8 |
# File 'lib/occi/api/dsl/mixin_methods.rb', line 5 def mixins(*args) check @client.get_mixins(*args) end |
#os_templates ⇒ Object
10 11 12 13 |
# File 'lib/occi/api/dsl/mixin_methods.rb', line 10 def os_templates check @client.get_os_templates end |
#resource_templates ⇒ Object
15 16 17 18 |
# File 'lib/occi/api/dsl/mixin_methods.rb', line 15 def resource_templates check @client.get_resource_templates end |