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