Sha256: 9cee147714f23fc2642c612ad874585783a83949289d0bd75238430d74d6bc21

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

# WSDL4R - XMLSchema element definition for WSDL.
# Copyright (C) 2004  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/element'


module WSDL
module XMLSchema


class Element < Info
  def map_as_array?
    maxoccurs != '1'
  end

  def attributes
    @local_complextype.attributes
  end
end


end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ruby_on_ruby-0.0.1 vendor/javascripts/emscripted-ruby/lib/wsdl/soap/element.rb
soap4r-1.5.5.20061022 lib/wsdl/soap/element.rb