class Axiom::Attribute::Decimal

Represents a Decimal value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::Decimal>]

@api public

# File lib/axiom/attribute/decimal.rb, line 17
def self.type
  Types::Decimal
end