Class: Mxrb::Compiler::ProjectMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::ProjectMaterialization
- Defined in:
- lib/mxrb/compiler/project_materializer.rb
Instance Attribute Summary collapse
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
-
#model_path ⇒ Object
readonly
Returns the value of attribute model_path.
-
#modules ⇒ Object
readonly
Returns the value of attribute modules.
Instance Attribute Details
#documents ⇒ Object (readonly)
Returns the value of attribute documents
7 8 9 |
# File 'lib/mxrb/compiler/project_materializer.rb', line 7 def documents @documents end |
#model_path ⇒ Object (readonly)
Returns the value of attribute model_path
7 8 9 |
# File 'lib/mxrb/compiler/project_materializer.rb', line 7 def model_path @model_path end |
#modules ⇒ Object (readonly)
Returns the value of attribute modules
7 8 9 |
# File 'lib/mxrb/compiler/project_materializer.rb', line 7 def modules @modules end |