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