Sha256: 84fb77824d55b2d8650dffb647f9cae9555772864b339600a307ff27e8070dca
Contents?: true
Size: 497 Bytes
Versions: 15
Compression:
Stored size: 497 Bytes
Contents
# encoding: ASCII-8BIT # 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
15 entries across 15 versions & 9 rubygems