method
new
v1_8_7_72 -
Show latest stable
- Class:
WSDL::OperationBinding
new()public
No documentation available.
# File lib/wsdl/operationBinding.rb, line 22
def initialize
super
@name = nil
@input = nil
@output = nil
@fault = []
@soapoperation = nil
end