Class: ActiveModel::Type::DecimalWithoutScale

Inherits:
BigInteger show all
Defined in:
lib/active_model/type/decimal_without_scale.rb

Overview

:nodoc:

Constant Summary

Constants inherited from Integer

Integer::DEFAULT_LIMIT

Instance Attribute Summary

Attributes inherited from Value

#limit, #precision, #scale

Instance Method Summary collapse

Methods inherited from Integer

#deserialize, #initialize, #serialize

Methods included from Helpers::Numeric

#cast, #changed?

Methods inherited from Value

#==, #assert_valid_value, #binary?, #cast, #changed?, #changed_in_place?, #deserialize, #hash, #initialize, #map, #serialize, #type_cast_for_schema

Constructor Details

This class inherits a constructor from ActiveModel::Type::Integer

Instance Method Details

#typeObject



6
7
8
# File 'lib/active_model/type/decimal_without_scale.rb', line 6

def type
  :decimal
end