class Axiom::Attribute::Time
Represents a Time
value in a relation tuple
Public Class Methods
type()
click to toggle source
The attribute type
@example
type = Axiom::Attribute::Time.type # => Axiom::Types::Time
@return [Class<Types::Time>]
@api public
# File lib/axiom/attribute/time.rb, line 18 def self.type Types::Time end