Class: Manticore::Client::StubProxy

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

Instance Method Summary collapse

Methods included from ProxiesInterface

#async, #background, #respond_with

Constructor Details

#initialize(client, stubs) ⇒ StubProxy

Returns a new instance of StubProxy.



39
40
41
42
# File 'lib/manticore/client/proxies.rb', line 39

def initialize(client, stubs)
  super(client)
  @stubs = stubs
end