Class: IknowParams::Serializer::Time
- Inherits:
-
ISO8601
- Object
- IknowParams::Serializer
- ISO8601
- IknowParams::Serializer::Time
- Defined in:
- lib/iknow_params/serializer.rb
Instance Attribute Summary
Attributes inherited from IknowParams::Serializer
Instance Method Summary collapse
-
#initialize ⇒ Time
constructor
A new instance of Time.
Methods inherited from ISO8601
Methods inherited from IknowParams::Serializer
#dump, for, for!, json_value?, #load, #matches_type!, #matches_type?, singleton
Constructor Details
#initialize ⇒ Time
Returns a new instance of Time.
202 203 204 |
# File 'lib/iknow_params/serializer.rb', line 202 def initialize super(::Time) end |