class SOAP::Mapping::SchemaChoiceDefinition
Public Class Methods
new()
click to toggle source
Calls superclass method
SOAP::Mapping::SchemaComplexTypeDefinition.new
# File lib/soap/mapping/schemadefinition.rb, line 129 def initialize super() end
Public Instance Methods
choice?()
click to toggle source
# File lib/soap/mapping/schemadefinition.rb, line 133 def choice? true end