module Occi::Api::Dsl::TypeMethods

Public Instance Methods

action_type_identifier(*args) click to toggle source
# 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() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 50
def action_type_identifiers
  check
  @client.get_action_type_identifiers
end
action_types() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 40
def action_types
  check
  @client.get_action_types
end
category_type_identifier(*args) click to toggle source
# 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() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 35
def category_type_identifiers
  check
  @client.get_category_type_identifiers
end
category_types() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 25
def category_types
  check
  @client.get_category_types
end
entity_type_identifier(*args) click to toggle source
# 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() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 95
def entity_type_identifiers
  check
  @client.get_entity_type_identifiers
end
entity_types() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 85
def entity_types
  check
  @client.get_entity_types
end
kind_type_identifier(*args) click to toggle source
# 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() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 15
def kind_type_identifiers
  check
  @client.get_kind_type_identifiers
end
kind_types() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 5
def kind_types
  check
  @client.get_kind_types
end
mixin_type_identifier(*args) click to toggle source
# 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() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 80
def mixin_type_identifiers
  check
  @client.get_mixin_type_identifiers
end
mixin_types() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 70
def mixin_types
  check
  @client.get_mixin_types
end
resource_type_identifier(*args) click to toggle source
# 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() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 65
def resource_type_identifiers
  check
  @client.get_resource_type_identifiers
end
resource_types() click to toggle source
# File lib/occi/api/dsl/type_methods.rb, line 55
def resource_types
  check
  @client.get_resource_types
end