class Axiom::Attribute::Boolean

Represents a Boolean value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::Boolean>]

@api public

# File lib/axiom/attribute/boolean.rb, line 20
def self.type
  Types::Boolean
end