Class: Mxrb::Compiler::ConstantsMaterialization

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/compiler/constants_materializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#constantsObject (readonly)

Returns the value of attribute constants

Returns:

  • (Object)

    the current value of constants



9
10
11
# File 'lib/mxrb/compiler/constants_materializer.rb', line 9

def constants
  @constants
end

#metadata_pathObject (readonly)

Returns the value of attribute metadata_path

Returns:

  • (Object)

    the current value of metadata_path



9
10
11
# File 'lib/mxrb/compiler/constants_materializer.rb', line 9

def 
  @metadata_path
end

#model_pathObject (readonly)

Returns the value of attribute model_path

Returns:

  • (Object)

    the current value of model_path



9
10
11
# File 'lib/mxrb/compiler/constants_materializer.rb', line 9

def model_path
  @model_path
end