Class: Expressir::SchemaManifestEntry
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Expressir::SchemaManifestEntry
- Defined in:
- lib/expressir/schema_manifest_entry.rb
Instance Attribute Summary collapse
-
#container_path ⇒ Object
container_path is a copy of Expressir::SchemaManifest.path, used to resolve the path of each schema within Expressir::SchemaManifest.schemas, when Expressir::SchemaManifest.schemas is recursively flattened.
Instance Attribute Details
#container_path ⇒ Object
container_path is a copy of Expressir::SchemaManifest.path, used to resolve the path of each schema within Expressir::SchemaManifest.schemas, when Expressir::SchemaManifest.schemas is recursively flattened
15 16 17 |
# File 'lib/expressir/schema_manifest_entry.rb', line 15 def container_path @container_path end |