Class: WsdlMapper::Runtime::Proxy

Inherits:
Object
  • Object
show all
Defined in:
lib/wsdl_mapper/runtime/proxy.rb

Instance Method Summary collapse

Constructor Details

#initialize(api, port) ⇒ Proxy

Returns a new instance of Proxy.



6
7
8
9
# File 'lib/wsdl_mapper/runtime/proxy.rb', line 6

def initialize(api, port)
  @_api = api
  @_port = port
end