Class: RailsParam::Coercion::StringParam
- Inherits:
-
VirtualParam
- Object
- VirtualParam
- RailsParam::Coercion::StringParam
- Defined in:
- lib/rails_param/coercion/string_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/string_param.rb', line 4 def coerce String(param) end |