Sha256: cbf1d40cbeec39914d5bec25a8b967a3ff410a507c993fe675fb0cf76e0dab6f
Contents?: true
Size: 905 Bytes
Versions: 29
Compression:
Stored size: 905 Bytes
Contents
require 'default.rb' class OverloadServicePortType # SYNOPSIS # methodAlpha(in0, in1, in2) # # ARGS # in0 C_String - {http://www.w3.org/2001/XMLSchema}string # in1 C_String - {http://www.w3.org/2001/XMLSchema}string # in2 C_String - {http://www.w3.org/2001/XMLSchema}string # # RETURNS # methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long # def methodAlpha(in0, in1, in2) p [in0, in1, in2] raise NotImplementedError.new end # SYNOPSIS # methodAlpha_2(in0, in1) # # ARGS # in0 C_String - {http://www.w3.org/2001/XMLSchema}string # in1 C_String - {http://www.w3.org/2001/XMLSchema}string # # RETURNS # methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long # def methodAlpha_2(in0, in1) p [in0, in1] raise NotImplementedError.new end end
Version data entries
29 entries across 29 versions & 11 rubygems