Method: Grubby#time_between_requests
- Defined in:
- lib/grubby.rb
#time_between_requests ⇒ Integer, ...
The minimum amount of time enforced between requests, in seconds. If the value is a Range, a random number within the Range is chosen for each request.
31 32 33 |
# File 'lib/grubby.rb', line 31 def time_between_requests @time_between_requests end |