Class: RailsParam::Coercion::IntegerParam
- Inherits:
-
VirtualParam
- Object
- VirtualParam
- RailsParam::Coercion::IntegerParam
- Defined in:
- lib/rails_param/coercion/integer_param.rb
Instance Attribute Summary
Attributes inherited from VirtualParam
Instance Method Summary collapse
Methods inherited from VirtualParam
Constructor Details
This class inherits a constructor from RailsParam::Coercion::VirtualParam
Instance Method Details
#coerce ⇒ Object
4 5 6 |
# File 'lib/rails_param/coercion/integer_param.rb', line 4 def coerce Integer(param) end |