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