Class: Mxrb::Compiler::ConstantsMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::ConstantsMaterialization
- Defined in:
- lib/mxrb/compiler/constants_materializer.rb
Instance Attribute Summary collapse
-
#constants ⇒ Object
readonly
Returns the value of attribute constants.
-
#metadata_path ⇒ Object
readonly
Returns the value of attribute metadata_path.
-
#model_path ⇒ Object
readonly
Returns the value of attribute model_path.
Instance Attribute Details
#constants ⇒ Object (readonly)
Returns the value of attribute constants
9 10 11 |
# File 'lib/mxrb/compiler/constants_materializer.rb', line 9 def constants @constants end |
#metadata_path ⇒ Object (readonly)
Returns the value of attribute metadata_path
9 10 11 |
# File 'lib/mxrb/compiler/constants_materializer.rb', line 9 def @metadata_path end |
#model_path ⇒ Object (readonly)
Returns the value of attribute model_path
9 10 11 |
# File 'lib/mxrb/compiler/constants_materializer.rb', line 9 def model_path @model_path end |