Method: BridgeAPI::Client#initialize
- Defined in:
- lib/bridge_api/client.rb
#initialize(options = {}, &block) ⇒ Client
Returns a new instance of Client.
58 59 60 61 62 63 |
# File 'lib/bridge_api/client.rb', line 58 def initialize( = {}, &block) if BridgeAPI.enforce_rate_limits && has_token_pool?() = initialize_from_token_pool() end super end |