Class: RateThrottleClient::Null

Inherits:
Base
  • Object
show all
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

Methods inherited from Base

#jitter

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

#callObject



6
7
8
# File 'lib/rate_throttle_client/clients/null.rb', line 6

def call
  yield
end