Method: ContentfulModel::Query#limit

Defined in:
lib/contentful_model/query.rb

#limit(n) ⇒ Object



32
33
34
35
# File 'lib/contentful_model/query.rb', line 32

def limit(n)
  self << { 'limit' => n }
  self
end