Class: WSDL::Importer
- Inherits:
-
XMLSchema::Importer
- Object
- XMLSchema::Importer
- WSDL::Importer
- Defined in:
- lib/wsdl/importer.rb
Constant Summary
Constants inherited from XMLSchema::Importer
XMLSchema::Importer::DO_NOT_IMPORT
Class Method Summary collapse
Methods inherited from XMLSchema::Importer
Constructor Details
This class inherits a constructor from WSDL::XMLSchema::Importer
Class Method Details
.import(location, originalroot = nil) ⇒ Object
18 19 20 |
# File 'lib/wsdl/importer.rb', line 18 def self.import(location, originalroot = nil) new.import(location, originalroot) end |