Class: RailsParam::Param::MockController

Inherits:
Object
  • Object
show all
Includes:
RailsParam::Param
Defined in:
lib/rails_param/param.rb

Constant Summary

Constants included from RailsParam::Param

DEFAULT_PRECISION, STRING_OR_TIME_TYPES, TIME_TYPES

Instance Attribute Summary collapse

Method Summary

Methods included from RailsParam::Param

#param!

Instance Attribute Details

#paramsObject

Returns the value of attribute params.



19
20
21
# File 'lib/rails_param/param.rb', line 19

def params
  @params
end