Class: Suma::SchemaConfig::Schema
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Suma::SchemaConfig::Schema
- Defined in:
- lib/suma/schema_config/schema.rb
Instance Attribute Summary collapse
-
#container_path ⇒ Object
container_path is a copy of Suma::SchemaConfig::Config.path, used to resolve the path of each schema within Suma::SchemaConfig::Config.schemas, when Suma::SchemaConfig::Config.schemas is recursively flattened.
Instance Attribute Details
#container_path ⇒ Object
container_path is a copy of Suma::SchemaConfig::Config.path, used to resolve the path of each schema within Suma::SchemaConfig::Config.schemas, when Suma::SchemaConfig::Config.schemas is recursively flattened
16 17 18 |
# File 'lib/suma/schema_config/schema.rb', line 16 def container_path @container_path end |