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