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