class Axiom::Attribute::Date

Represents a Date value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::Date>]

@api public

# File lib/axiom/attribute/date.rb, line 18
def self.type
  Types::Date
end