Method: Moped::Protocol::Query#batch_size
- Defined in:
- lib/moped/protocol/query.rb
#batch_size ⇒ Integer
Returns The batch size of the results.
66 67 68 |
# File 'lib/moped/protocol/query.rb', line 66 def batch_size @batch_size end |