Method: Inquery::Query#osparams
- Defined in:
- lib/inquery/query.rb
#osparams ⇒ Object
Returns a copy of the query's params, wrapped in an OpenStruct object for easyer access.
47 48 49 |
# File 'lib/inquery/query.rb', line 47 def osparams @osparams ||= OpenStruct.new(params) end |