Exception: PermitParams::InvalidParameterError
- Inherits:
-
StandardError
- Object
- StandardError
- PermitParams::InvalidParameterError
- Defined in:
- lib/permit_params.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#param ⇒ Object
Returns the value of attribute param.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/permit_params.rb', line 8 def @options end |
#param ⇒ Object
Returns the value of attribute param.
8 9 10 |
# File 'lib/permit_params.rb', line 8 def param @param end |