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