Sha256: a0ee0fe8bcc2b4a61eafd044c71e0d6e81ebbbd52cf8b59a8db25e1e4b8bc8b8
Contents?: true
Size: 474 Bytes
Versions: 35
Compression:
Stored size: 474 Bytes
Contents
# WSDL4R - XMLSchema complexType definition for WSDL. # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. # This program is copyrighted free software by NAKAMURA, Hiroshi. You can # redistribute it and/or modify it under the same terms of Ruby's license; # either the dual license version in 2003, or any later version. require 'wsdl/xmlSchema/content' module WSDL module XMLSchema class All < Content def initialize super() end end end end
Version data entries
35 entries across 35 versions & 15 rubygems