Class: ActiveRecord::Type::UnsignedInteger

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

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Value

#limit, #precision, #scale

Method Summary

Methods inherited from Integer

#initialize, #type, #type_cast_for_database, #type_cast_from_database

Methods included from Numeric

#changed?, #number?, #type_cast

Methods inherited from Value

#==, #binary?, #changed?, #changed_in_place?, #hash, #initialize, #klass, #number?, #text?, #type, #type_cast_for_database, #type_cast_for_schema, #type_cast_from_database, #type_cast_from_user

Constructor Details

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