Class: ParamCheck::MockController

Inherits:
Object
  • Object
show all
Includes:
ParamCheck
Defined in:
lib/param_check.rb

Constant Summary

Constants included from ParamCheck

VERSION

Instance Attribute Summary collapse

Method Summary

Methods included from ParamCheck

#param!

Instance Attribute Details

#paramsObject

Returns the value of attribute params.



11
12
13
# File 'lib/param_check.rb', line 11

def params
  @params
end