Class: Takagi::Config::AllocationConfig
- Inherits:
-
Struct
- Object
- Struct
- Takagi::Config::AllocationConfig
- Defined in:
- lib/takagi/config.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#total_threads ⇒ Object
Returns the value of attribute total_threads.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
18 19 20 |
# File 'lib/takagi/config.rb', line 18 def mode @mode end |
#total_threads ⇒ Object
Returns the value of attribute total_threads
18 19 20 |
# File 'lib/takagi/config.rb', line 18 def total_threads @total_threads end |