Class: Mxrb::Compiler::SystemTextMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::SystemTextMaterialization
- Defined in:
- lib/mxrb/compiler/system_text_materializer.rb
Instance Attribute Summary collapse
-
#model_path ⇒ Object
readonly
Returns the value of attribute model_path.
-
#texts ⇒ Object
readonly
Returns the value of attribute texts.
Instance Attribute Details
#model_path ⇒ Object (readonly)
Returns the value of attribute model_path
5 6 7 |
# File 'lib/mxrb/compiler/system_text_materializer.rb', line 5 def model_path @model_path end |
#texts ⇒ Object (readonly)
Returns the value of attribute texts
5 6 7 |
# File 'lib/mxrb/compiler/system_text_materializer.rb', line 5 def texts @texts end |