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