Method: Axiom::Attribute::Object.type

Defined in:
lib/axiom/attribute/object.rb

.typeClass<Types::Object>

The attribute type

Examples:

type = Axiom::Attribute::Object.type  # => Axiom::Types::Object

Returns:



22
23
24
# File 'lib/axiom/attribute/object.rb', line 22

def self.type
  Types::Object
end