Class: Manticore::Client::BaseProxy
- Inherits:
-
Object
- Object
- Manticore::Client::BaseProxy
- Includes:
- ProxiesInterface
- Defined in:
- lib/manticore/client/proxies.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(client) ⇒ BaseProxy
constructor
A new instance of BaseProxy.
Methods included from ProxiesInterface
#async, #background, #respond_with
Constructor Details
#initialize(client) ⇒ BaseProxy
Returns a new instance of BaseProxy.
25 26 27 |
# File 'lib/manticore/client/proxies.rb', line 25 def initialize(client) @client = client end |