method
new
v1_8_6_287 -
Show latest stable
- Class:
WSDL::XMLSchema::Choice
new()public
No documentation available.
# File lib/wsdl/xmlSchema/choice.rb, line 21
def initialize
super()
@minoccurs = '1'
@maxoccurs = '1'
@elements = []
end