class SOAP::Mapping::SchemaSequenceDefinition

Public Class Methods

new() click to toggle source
# File lib/soap/mapping/schemadefinition.rb, line 109
def initialize
  super()
end

Public Instance Methods

as_array?() click to toggle source

override

# File lib/soap/mapping/schemadefinition.rb, line 118
def as_array?
  @as_array ||= false
end
choice?() click to toggle source
# File lib/soap/mapping/schemadefinition.rb, line 113
def choice?
  false
end
set_array() click to toggle source
# File lib/soap/mapping/schemadefinition.rb, line 122
def set_array
  @as_array = true
end