Class: Rubygoal::CoachLoader
- Inherits:
-
Object
- Object
- Rubygoal::CoachLoader
- Defined in:
- lib/rubygoal/coach_loader.rb
Constant Summary collapse
- DEFAULT_COACH_DEFINITIONS =
{ home: CoachDefinitionHome, away: CoachDefinitionAway }
Instance Method Summary collapse
- #coach ⇒ Object
-
#initialize(side) ⇒ CoachLoader
constructor
A new instance of CoachLoader.
Constructor Details
#initialize(side) ⇒ CoachLoader
Returns a new instance of CoachLoader.
12 13 14 |
# File 'lib/rubygoal/coach_loader.rb', line 12 def initialize(side) @side = side end |