class Axiom::Attribute::String

Represents a String value in a relation tuple

Public Class Methods

type() click to toggle source

The attribute type

@example

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

@return [Class<Types::String>]

@api public

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