Method: Spider::Model::QuerySet#fetch_window

Defined in:
lib/spiderfw/model/query_set.rb

#fetch_windowFixnum

How many objects to load at a time. If nil, all the objects returned by the Query will be loaded.

Returns:

  • (Fixnum)


46
47
48
# File 'lib/spiderfw/model/query_set.rb', line 46

def fetch_window
  @fetch_window
end