Method: ContentfulModel::Query#params

Defined in:
lib/contentful_model/query.rb

#params(options) ⇒ Object



16
17
18
19
# File 'lib/contentful_model/query.rb', line 16

def params(options)
  self << options
  self
end