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