Class: TTK::Strategies::Pool::PoolComponent

Inherits:
Object
  • Object
show all
Defined in:
lib/ttk/strategies/Pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flowObject

Returns the value of attribute flow.



15
16
17
# File 'lib/ttk/strategies/Pool.rb', line 15

def flow
  @flow
end

#logObject

Returns the value of attribute log.



15
16
17
# File 'lib/ttk/strategies/Pool.rb', line 15

def log
  @log
end

#testObject

Returns the value of attribute test.



15
16
17
# File 'lib/ttk/strategies/Pool.rb', line 15

def test
  @test
end

#threadObject

Returns the value of attribute thread.



15
16
17
# File 'lib/ttk/strategies/Pool.rb', line 15

def thread
  @thread
end