Class: Manticore::Client::BaseProxy

Inherits:
Object
  • Object
show all
Includes:
ProxiesInterface
Defined in:
lib/manticore/client/proxies.rb

Direct Known Subclasses

AsyncProxy, BackgroundProxy, StubProxy

Instance Method Summary collapse

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