Sha256: 19365b00a5d98e0b0d256035ed4cf758b7c79509e14d7771606029c1cdf15d15

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

# encoding: utf-8

module Axiom
  class Attribute

    # Represents a Class value in a relation tuple
    class Class < Object

      # The attribute type
      #
      # @example
      #   type = Axiom::Attribute::Class.type  # => Axiom::Types::Class
      #
      # @return [Class<Types::Class>]
      #
      # @api public
      def self.type
        Types::Class
      end

    end # class Class
  end # class Attribute
end # module Axiom

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
axiom-0.2.0 lib/axiom/attribute/class.rb
axiom-0.1.1 lib/axiom/attribute/class.rb