Method: Frodo::Query#params

Defined in:
lib/frodo/query.rb

#paramsHash

The parameter hash for this query.



150
151
152
# File 'lib/frodo/query.rb', line 150

def params
  assemble_criteria || {}
end