Method: Axiom::Attribute::Date.primitive

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

.primitiveClass<::Date>

The Date primitive

Examples:

Date.primitive  # => ::Date

Returns:



20
21
22
# File 'lib/axiom/attribute/date.rb', line 20

def self.primitive
  ::Date
end