Class: WSDL::Parser::ImportResult Private
- Inherits:
-
Data
- Object
- Data
- WSDL::Parser::ImportResult
- Defined in:
- lib/wsdl/parser/import_result.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Result of resolving and importing a WSDL document.
Returned by import and consumed by Definition::Builder or directly by callers that need the intermediate parse structures without building a full Definition.
Instance Attribute Summary collapse
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
-
#provenance ⇒ Object
readonly
Returns the value of attribute provenance.
-
#schema_import_errors ⇒ Object
readonly
Returns the value of attribute schema_import_errors.
-
#schemas ⇒ Object
readonly
Returns the value of attribute schemas.
Instance Attribute Details
#documents ⇒ Object (readonly)
Returns the value of attribute documents
17 18 19 |
# File 'lib/wsdl/parser/import_result.rb', line 17 def documents @documents end |
#provenance ⇒ Object (readonly)
Returns the value of attribute provenance
17 18 19 |
# File 'lib/wsdl/parser/import_result.rb', line 17 def provenance @provenance end |
#schema_import_errors ⇒ Object (readonly)
Returns the value of attribute schema_import_errors
17 18 19 |
# File 'lib/wsdl/parser/import_result.rb', line 17 def schema_import_errors @schema_import_errors end |
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas
17 18 19 |
# File 'lib/wsdl/parser/import_result.rb', line 17 def schemas @schemas end |