Class: ActiveRecord::Type::UnsignedInteger

Inherits:
ActiveModel::Type::Integer show all
Defined in:
activerecord/lib/active_record/type/unsigned_integer.rb

Overview

:nodoc:

Constant Summary

Constants inherited from ActiveModel::Type::Integer

ActiveModel::Type::Integer::DEFAULT_LIMIT

Instance Attribute Summary

Attributes inherited from ActiveModel::Type::Value

#limit, #precision, #scale

Method Summary

Methods inherited from ActiveModel::Type::Integer

#deserialize, #initialize, #serializable?, #serialize, #serialize_cast_value, #type

Methods included from ActiveModel::Type::Helpers::Numeric

#cast, #changed?, #serialize, #serialize_cast_value

Methods inherited from ActiveModel::Type::Value

#==, #as_json, #assert_valid_value, #binary?, #cast, #changed?, #changed_in_place?, #deserialize, #force_equality?, #hash, #immutable_value, #initialize, #map, #serializable?, #serialize, #type, #type_cast_for_schema, #value_constructed_by_mass_assignment?

Constructor Details

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