class Axiom::Attribute::DateTime

Represents a DateTime value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::DateTime>]

@api public

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