class Axiom::Attribute::Numeric

Represents a Numeric value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::Numeric>]

@api public

# File lib/axiom/attribute/numeric.rb, line 19
def self.type
  Types::Numeric
end