Method: Axiom::Attribute::Class.type

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

.typeClass<Types::Class>

The attribute type

Examples:

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

Returns:



17
18
19
# File 'lib/axiom/attribute/class.rb', line 17

def self.type
  Types::Class
end