Method: Spider::Model::QuerySet#fetch_window
- Defined in:
- lib/spiderfw/model/query_set.rb
#fetch_window ⇒ Fixnum
How many objects to load at a time. If nil, all the objects returned by the Query will be loaded.
46 47 48 |
# File 'lib/spiderfw/model/query_set.rb', line 46 def fetch_window @fetch_window end |