Method: Moped::Protocol::Query#batch_size

Defined in:
lib/moped/protocol/query.rb

#batch_sizeInteger

Returns The batch size of the results.

Returns:

  • (Integer)

    The batch size of the results.



66
67
68
# File 'lib/moped/protocol/query.rb', line 66

def batch_size
  @batch_size
end