Class: Lutaml::Xsd::Import

Inherits:
Model::Serializable
  • Object
show all
Defined in:
lib/lutaml/xsd/import.rb

Instance Method Summary collapse

Instance Method Details

#fetch_schemaObject



21
22
23
# File 'lib/lutaml/xsd/import.rb', line 21

def fetch_schema
  Glob.include_schema(schema_path) if schema_path
end