Class: Lutaml::Model::Schema::RncCompiler::SourceResolver::ResolvedSource
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Model::Schema::RncCompiler::SourceResolver::ResolvedSource
- Defined in:
- lib/lutaml/model/schema/rnc_compiler/source_resolver.rb
Instance Attribute Summary collapse
-
#base_dir ⇒ Object
Returns the value of attribute base_dir.
-
#path ⇒ Object
Returns the value of attribute path.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#base_dir ⇒ Object
Returns the value of attribute base_dir
10 11 12 |
# File 'lib/lutaml/model/schema/rnc_compiler/source_resolver.rb', line 10 def base_dir @base_dir end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/lutaml/model/schema/rnc_compiler/source_resolver.rb', line 10 def path @path end |
#text ⇒ Object
Returns the value of attribute text
10 11 12 |
# File 'lib/lutaml/model/schema/rnc_compiler/source_resolver.rb', line 10 def text @text end |