Method: WSDL::XMLSchema::Union#initialize
- Defined in:
- lib/wsdl/xmlSchema/union.rb
#initialize ⇒ Union
Returns a new instance of Union.
20 21 22 23 |
# File 'lib/wsdl/xmlSchema/union.rb', line 20 def initialize super @member_types = nil end |