Sha256: 69ff94a41693bd117dfcd3ba01f995a7cc5adcf9fb6f589034664d8906664f70
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
require 'xsd/qname' # {urn:example.com:simpletype-rpc-type}version_struct # version - Version # msg - SOAP::SOAPString class Version_struct attr_accessor :version attr_accessor :msg def initialize(version = nil, msg = nil) @version = version @msg = msg end end # {urn:example.com:simpletype-rpc-type}version class Version < ::String C_16 = Version.new("1.6") C_18 = Version.new("1.8") C_19 = Version.new("1.9") end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
snaury-soap4r-1.5.8.1 | test/wsdl/soap/wsdl2ruby/expectedClassdef.rb |
soap4r-1.5.8 | test/wsdl/soap/wsdl2ruby/expectedClassdef.rb |