Class: YFantasy::Transformations::League::SettingsTransformer

Inherits:
BaseTransform
  • Object
show all
Defined in:
lib/y_fantasy/transformations/league/settings_transformer.rb

Instance Method Summary collapse

Methods inherited from BaseTransform

#>>, #[], #call, #ensure_function_set, #t

Constructor Details

#initializeSettingsTransformer

Returns a new instance of SettingsTransformer.



7
8
9
10
# File 'lib/y_fantasy/transformations/league/settings_transformer.rb', line 7

def initialize
  @function = compose_function
  super
end