Class: Time
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
|
|
| Inherits: | Object |
| Defined in: | (unknown) |
Overview
Ruby Core class mixins
Class Method Summary
::Mongoid::Criteria::Queryable::Extensions::Time::ClassMethods - Extended
| evolve | Evolve the object to an date. |
::Mongoid::Extensions::Time::ClassMethods - Extended
| demongoize | Convert the object from its mongo friendly ruby type to this type. |
| mongoize | Turn the object from the ruby type we deal with to a Mongo friendly type. |
Instance Method Summary
::Mongoid::Criteria::Queryable::Extensions::Time - Included
| #__evolve_date__ | Evolve the time as a date, UTC midnight. |
| #__evolve_time__ | Evolve the time into a utc time. |
::Mongoid::Extensions::Time - Included
| #__mongoize_time__ | Mongoizes a |
| #mongoize | Turn the object from the ruby type we deal with to a Mongo friendly type. |