Method: WSDL::Types#initialize
- Defined in:
- lib/wsdl/types.rb
#initialize ⇒ Types
Returns a new instance of Types.
18 19 20 21 |
# File 'lib/wsdl/types.rb', line 18 def initialize super @schemas = [] end |
Returns a new instance of Types.
18 19 20 21 |
# File 'lib/wsdl/types.rb', line 18 def initialize super @schemas = [] end |