Sha256: a9120ff4d12330f6c1255e5ed773a8d8c0ae6a6e2c2dfa3fdb491cf24493f554
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
module Veritas class Attribute # Represents a Decimal value in a relation tuple class Decimal < Numeric # The Decimal primitive # # @example # Decimal.primitive # => BigDecimal # # @return [Class<BigDecimal>] # # @api public def self.primitive BigDecimal end end # class Decimal end # class Attribute end # module Veritas
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.3 | lib/veritas/attribute/decimal.rb |
veritas-0.0.2 | lib/veritas/attribute/decimal.rb |
veritas-0.0.1 | lib/veritas/attribute/decimal.rb |