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