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