Class: Lutaml::Model::Schema::RncCompiler::SourceResolver::ResolvedSource

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/model/schema/rnc_compiler/source_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_dirObject

Returns the value of attribute base_dir

Returns:

  • (Object)

    the current value of base_dir



10
11
12
# File 'lib/lutaml/model/schema/rnc_compiler/source_resolver.rb', line 10

def base_dir
  @base_dir
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/lutaml/model/schema/rnc_compiler/source_resolver.rb', line 10

def path
  @path
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'lib/lutaml/model/schema/rnc_compiler/source_resolver.rb', line 10

def text
  @text
end