Class: Lutaml::Xsd::Import
- Inherits:
-
Model::Serializable
- Object
- Model::Serializable
- Lutaml::Xsd::Import
- Defined in:
- lib/lutaml/xsd/import.rb
Instance Method Summary collapse
Instance Method Details
#fetch_schema ⇒ Object
21 22 23 |
# File 'lib/lutaml/xsd/import.rb', line 21 def fetch_schema Glob.include_schema(schema_path) if schema_path end |