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