Module: Occi::Api::Dsl::TypeMethods
- Included in:
- Occi::Api::Dsl
- Defined in:
- lib/occi/api/dsl/type_methods.rb
Instance Method Summary collapse
- #action_type_identifier(*args) ⇒ Object
- #action_type_identifiers ⇒ Object
- #action_types ⇒ Object
- #category_type_identifier(*args) ⇒ Object
- #category_type_identifiers ⇒ Object
- #category_types ⇒ Object
- #entity_type_identifier(*args) ⇒ Object
- #entity_type_identifiers ⇒ Object
- #entity_types ⇒ Object
- #kind_type_identifier(*args) ⇒ Object
- #kind_type_identifiers ⇒ Object
- #kind_type_identifiers_related_to(*args) ⇒ Object
- #kind_types ⇒ Object
- #link_type_identifier(*args) ⇒ Object
- #link_type_identifiers ⇒ Object
- #link_types ⇒ Object
- #mixin_type_identifier(*args) ⇒ Object
- #mixin_type_identifiers ⇒ Object
- #mixin_types ⇒ Object
- #resource_type_identifier(*args) ⇒ Object
- #resource_type_identifiers ⇒ Object
- #resource_types ⇒ Object
Instance Method Details
#action_type_identifier(*args) ⇒ Object
45 46 47 48 |
# File 'lib/occi/api/dsl/type_methods.rb', line 45 def action_type_identifier(*args) check @client.get_action_type_identifier(*args) end |
#action_type_identifiers ⇒ Object
50 51 52 53 |
# File 'lib/occi/api/dsl/type_methods.rb', line 50 def action_type_identifiers check @client.get_action_type_identifiers end |
#action_types ⇒ Object
40 41 42 43 |
# File 'lib/occi/api/dsl/type_methods.rb', line 40 def action_types check @client.get_action_types end |
#category_type_identifier(*args) ⇒ Object
30 31 32 33 |
# File 'lib/occi/api/dsl/type_methods.rb', line 30 def category_type_identifier(*args) check @client.get_category_type_identifier(*args) end |
#category_type_identifiers ⇒ Object
35 36 37 38 |
# File 'lib/occi/api/dsl/type_methods.rb', line 35 def category_type_identifiers check @client.get_category_type_identifiers end |
#category_types ⇒ Object
25 26 27 28 |
# File 'lib/occi/api/dsl/type_methods.rb', line 25 def category_types check @client.get_category_types end |
#entity_type_identifier(*args) ⇒ Object
90 91 92 93 |
# File 'lib/occi/api/dsl/type_methods.rb', line 90 def entity_type_identifier(*args) check @client.get_entity_type_identifier(*args) end |
#entity_type_identifiers ⇒ Object
95 96 97 98 |
# File 'lib/occi/api/dsl/type_methods.rb', line 95 def entity_type_identifiers check @client.get_entity_type_identifiers end |
#entity_types ⇒ Object
85 86 87 88 |
# File 'lib/occi/api/dsl/type_methods.rb', line 85 def entity_types check @client.get_entity_types end |
#kind_type_identifier(*args) ⇒ Object
10 11 12 13 |
# File 'lib/occi/api/dsl/type_methods.rb', line 10 def kind_type_identifier(*args) check @client.get_kind_type_identifier(*args) end |
#kind_type_identifiers ⇒ Object
15 16 17 18 |
# File 'lib/occi/api/dsl/type_methods.rb', line 15 def kind_type_identifiers check @client.get_kind_type_identifiers end |
#kind_type_identifiers_related_to(*args) ⇒ Object
20 21 22 23 |
# File 'lib/occi/api/dsl/type_methods.rb', line 20 def (*args) check @client.(*args) end |
#kind_types ⇒ Object
5 6 7 8 |
# File 'lib/occi/api/dsl/type_methods.rb', line 5 def kind_types check @client.get_kind_types end |
#link_type_identifier(*args) ⇒ Object
105 106 107 108 |
# File 'lib/occi/api/dsl/type_methods.rb', line 105 def link_type_identifier(*args) check @client.get_link_type_identifier(*args) end |
#link_type_identifiers ⇒ Object
110 111 112 113 |
# File 'lib/occi/api/dsl/type_methods.rb', line 110 def link_type_identifiers check @client.get_link_type_identifiers end |
#link_types ⇒ Object
100 101 102 103 |
# File 'lib/occi/api/dsl/type_methods.rb', line 100 def link_types check @client.get_link_types end |
#mixin_type_identifier(*args) ⇒ Object
75 76 77 78 |
# File 'lib/occi/api/dsl/type_methods.rb', line 75 def mixin_type_identifier(*args) check @client.get_mixin_type_identifier(*args) end |
#mixin_type_identifiers ⇒ Object
80 81 82 83 |
# File 'lib/occi/api/dsl/type_methods.rb', line 80 def mixin_type_identifiers check @client.get_mixin_type_identifiers end |
#mixin_types ⇒ Object
70 71 72 73 |
# File 'lib/occi/api/dsl/type_methods.rb', line 70 def mixin_types check @client.get_mixin_types end |
#resource_type_identifier(*args) ⇒ Object
60 61 62 63 |
# File 'lib/occi/api/dsl/type_methods.rb', line 60 def resource_type_identifier(*args) check @client.get_resource_type_identifier(*args) end |
#resource_type_identifiers ⇒ Object
65 66 67 68 |
# File 'lib/occi/api/dsl/type_methods.rb', line 65 def resource_type_identifiers check @client.get_resource_type_identifiers end |
#resource_types ⇒ Object
55 56 57 58 |
# File 'lib/occi/api/dsl/type_methods.rb', line 55 def resource_types check @client.get_resource_types end |