Class: Rhino::Config
- Inherits:
-
Object
- Object
- Rhino::Config
- Defined in:
- lib/rhino/config.rb
Overview
Instance Attribute Summary collapse
-
#multiprocess ⇒ Object
Returns the value of attribute multiprocess.
-
#multithread ⇒ Object
Returns the value of attribute multithread.
-
#run_once ⇒ Object
Returns the value of attribute run_once.
Instance Attribute Details
#multiprocess ⇒ Object
Returns the value of attribute multiprocess.
11 12 13 |
# File 'lib/rhino/config.rb', line 11 def multiprocess @multiprocess end |
#multithread ⇒ Object
Returns the value of attribute multithread.
10 11 12 |
# File 'lib/rhino/config.rb', line 10 def multithread @multithread end |
#run_once ⇒ Object
Returns the value of attribute run_once.
12 13 14 |
# File 'lib/rhino/config.rb', line 12 def run_once @run_once end |