Class: Checkoff::SelectorClasses::Common::StringLiteralEvaluator

Inherits:
FunctionEvaluator show all
Defined in:
lib/checkoff/internal/selector_classes/common.rb

Overview

String literals

Instance Method Summary collapse

Methods inherited from FunctionEvaluator

#initialize

Methods inherited from FunctionEvaluator

#evaluate_arg?

Constructor Details

This class inherits a constructor from Checkoff::SelectorClasses::Common::FunctionEvaluator

Instance Method Details

#evaluate(_resource) ⇒ String

@sg-ignore

Parameters:

  • _resource (Asana::Resources::Task, Asana::Resources::Project)

Returns:

  • (String)


224
225
226
# File 'lib/checkoff/internal/selector_classes/common.rb', line 224

def evaluate(_resource)
  selector
end

#matches?Boolean

Returns:

  • (Boolean)


217
218
219
# File 'lib/checkoff/internal/selector_classes/common.rb', line 217

def matches?
  selector.is_a?(String)
end