Method: Checkoff::SelectorClasses::Section::FunctionEvaluator#initialize
- Defined in:
- lib/checkoff/internal/selector_classes/section/function_evaluator.rb
#initialize(selector:, sections:, client:, **kwargs) ⇒ FunctionEvaluator
Returns a new instance of FunctionEvaluator.
15 16 17 18 19 20 21 22 23 |
# File 'lib/checkoff/internal/selector_classes/section/function_evaluator.rb', line 15 def initialize(selector:, sections:, client:, **kwargs) @selector = selector @sections = sections @client = client super() end |