Module DataMapper::Property::Typecast::Time
In: lib/dm-core/property/typecast/time.rb

Methods

Included Modules

Numeric

Public Instance methods

Extracts the given args from the hash. If a value does not exist, it uses the value of Time.now.

@param [to_mash] value

  value to extract time args from

@return [Array]

  Extracted values

@api private

[Validate]