method
new
v1_8_7_330 -
Show latest stable
- Class:
WSDL::Port
new()public
No documentation available.
# File lib/wsdl/port.rb, line 20
def initialize
super
@name = nil
@binding = nil
@soap_address = nil
end new()No documentation available.
# File lib/wsdl/port.rb, line 20
def initialize
super
@name = nil
@binding = nil
@soap_address = nil
end