Class: TTK::Strategies::Pool::PoolComponent
- Defined in:
- lib/ttk/strategies/Pool.rb
Instance Attribute Summary collapse
-
#flow ⇒ Object
Returns the value of attribute flow.
-
#log ⇒ Object
Returns the value of attribute log.
-
#test ⇒ Object
Returns the value of attribute test.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#flow ⇒ Object
Returns the value of attribute flow.
15 16 17 |
# File 'lib/ttk/strategies/Pool.rb', line 15 def flow @flow end |
#log ⇒ Object
Returns the value of attribute log.
15 16 17 |
# File 'lib/ttk/strategies/Pool.rb', line 15 def log @log end |
#test ⇒ Object
Returns the value of attribute test.
15 16 17 |
# File 'lib/ttk/strategies/Pool.rb', line 15 def test @test end |
#thread ⇒ Object
Returns the value of attribute thread.
15 16 17 |
# File 'lib/ttk/strategies/Pool.rb', line 15 def thread @thread end |