Class: YFantasy::Transformations::League::ScoreboardTransformer
- Inherits:
-
BaseTransform
- Object
- BaseTransform
- YFantasy::Transformations::League::ScoreboardTransformer
- Defined in:
- lib/y_fantasy/transformations/league/scoreboard_transformer.rb
Instance Method Summary collapse
-
#initialize ⇒ ScoreboardTransformer
constructor
A new instance of ScoreboardTransformer.
Methods inherited from BaseTransform
#>>, #[], #call, #ensure_function_set, #t
Constructor Details
#initialize ⇒ ScoreboardTransformer
Returns a new instance of ScoreboardTransformer.
7 8 9 10 |
# File 'lib/y_fantasy/transformations/league/scoreboard_transformer.rb', line 7 def initialize @function = compose_function super end |