Class: Andromeda::Guides::PoolTrack
- Includes:
- DispatchingTrack
- Defined in:
- lib/andromeda/pool_guide.rb
Instance Attribute Summary collapse
-
#pool ⇒ Object
readonly
Returns the value of attribute pool.
Instance Method Summary collapse
-
#initialize(pool) ⇒ PoolTrack
constructor
A new instance of PoolTrack.
Methods included from DispatchingTrack
Constructor Details
#initialize(pool) ⇒ PoolTrack
Returns a new instance of PoolTrack.
48 49 50 |
# File 'lib/andromeda/pool_guide.rb', line 48 def initialize(pool) @pool = pool end |
Instance Attribute Details
#pool ⇒ Object (readonly)
Returns the value of attribute pool.
46 47 48 |
# File 'lib/andromeda/pool_guide.rb', line 46 def pool @pool end |