Class: RateThrottleClient::Null
- Defined in:
- lib/rate_throttle_client/clients/null.rb
Instance Attribute Summary
Attributes inherited from Base
#log, #min_sleep, #multiplier, #sleep_for
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(*_, **_) ⇒ Null
constructor
A new instance of Null.
Methods inherited from Base
Constructor Details
#initialize(*_, **_) ⇒ Null
Returns a new instance of Null.
3 4 |
# File 'lib/rate_throttle_client/clients/null.rb', line 3 def initialize(*_, **_) end |
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/rate_throttle_client/clients/null.rb', line 6 def call yield end |