Method: WSDL::XMLSchema::Import#initialize

Defined in:
lib/wsdl/xmlSchema/import.rb

#initializeImport

Returns a new instance of Import.



22
23
24
25
26
27
# File 'lib/wsdl/xmlSchema/import.rb', line 22

def initialize
  super
  @namespace = nil
  @schemalocation = nil
  @content = nil
end