Class: Takagi::Config::AllocationConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/takagi/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



18
19
20
# File 'lib/takagi/config.rb', line 18

def mode
  @mode
end

#total_threadsObject

Returns the value of attribute total_threads

Returns:

  • (Object)

    the current value of total_threads



18
19
20
# File 'lib/takagi/config.rb', line 18

def total_threads
  @total_threads
end