Sha256: 07b499ca27d147c8d7bcdca098ea7c6b309acc07ca86f3939349d6a71cf58815
Contents?: true
Size: 459 Bytes
Versions: 2
Compression:
Stored size: 459 Bytes
Contents
# encoding: utf-8 module Axiom class Attribute # Represents an Integer value in a relation tuple class Integer < Numeric # The attribute type # # @example # type = Axiom::Attribute::Integer.type # => Axiom::Types::Integer # # @return [Class<Types::Integer>] # # @api public def self.type Types::Integer end end # class Integer 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/integer.rb |
axiom-0.1.1 | lib/axiom/attribute/integer.rb |