Class: WsdlMapper::Runtime::Proxy
- Inherits:
-
Object
- Object
- WsdlMapper::Runtime::Proxy
- Defined in:
- lib/wsdl_mapper/runtime/proxy.rb
Instance Method Summary (collapse)
-
- (Proxy) initialize(api, port)
constructor
A new instance of Proxy.
Constructor Details
- (Proxy) initialize(api, port)
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 |