Class: ParamCheck::MockController
- Inherits:
-
Object
- Object
- ParamCheck::MockController
- Includes:
- ParamCheck
- Defined in:
- lib/param_check.rb
Constant Summary
Constants included from ParamCheck
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
Method Summary
Methods included from ParamCheck
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params.
11 12 13 |
# File 'lib/param_check.rb', line 11 def params @params end |