class Axiom::Attribute::Class

Represents a Class value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::Class>]

@api public

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