Class: ActiveModel::Type::BigInteger

Inherits:
Integer show all
Defined in:
lib/active_model/type/big_integer.rb

Overview

:nodoc:

Direct Known Subclasses

DecimalWithoutScale

Constant Summary

Constants inherited from Integer

Integer::DEFAULT_LIMIT

Instance Attribute Summary

Attributes inherited from Value

#limit, #precision, #scale

Method Summary

Methods inherited from Integer

#deserialize, #initialize, #serialize, #type

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, #type_cast_for_schema

Constructor Details

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