Class: DataMapper::Property::Serial
- Inherits:
-
Integer
- Object
- DataMapper::Property
- Object
- Numeric
- Integer
- DataMapper::Property::Serial
- Defined in:
- lib/dm-core/property/serial.rb
Constant Summary
Constants inherited from Numeric
Numeric::DEFAULT_NUMERIC_MAX, Numeric::DEFAULT_NUMERIC_MIN, Numeric::DEFAULT_PRECISION
Constants inherited from DataMapper::Property
INVALID_NAMES, OPTIONS, PRIMITIVES, VISIBILITY_OPTIONS
Instance Attribute Summary
Attributes inherited from Numeric
#max, #min, #precision, #scale
Attributes inherited from DataMapper::Property
#allow_blank, #allow_nil, #default, #index, #instance_variable_name, #model, #name, #options, #primitive, #reader_visibility, #repository_name, #required, #unique_index, #writer_visibility
Instance Method Summary collapse
- #to_child_key ⇒ Object private
Methods inherited from Integer
#initialize, #typecast_to_primitive
Methods inherited from Numeric
Methods included from Typecast::Numeric
Methods included from PassThroughLoadDump
Methods inherited from Object
Methods inherited from DataMapper::Property
accept_options, accepted_options, #allow_blank?, #allow_nil?, #assert_valid_options, #bind, demodulized_names, descendants, determine_class, #determine_visibility, #field, find_class, #get, #get!, inherited, #initialize, #inspect, #key?, #lazy?, #lazy_load, #lazy_load_properties, #loaded?, nullable, options, #primitive?, #properties, #required?, #serial?, #set, #set!, #typecast, #unique?, #valid?
Methods included from Chainable
Methods included from Equalizer
Methods included from Deprecate
Methods included from Subject
Methods included from Assertions
Constructor Details
This class inherits a constructor from DataMapper::Property::Integer