Class: ProblemCheck::InlineProblemCheck
- Inherits:
-
ProblemCheck
- Object
- ProblemCheck
- ProblemCheck::InlineProblemCheck
- Defined in:
- app/services/problem_check/inline_problem_check.rb
Direct Known Subclasses
Constant Summary
Constants inherited from ProblemCheck
CORE_PROBLEM_CHECKS, NO_TARGET
Instance Attribute Summary
Attributes inherited from ProblemCheck
Instance Method Summary collapse
Methods inherited from ProblemCheck
[], call, checks, enabled?, identifier, #initialize, inline?, realtime, realtime?, #run, run, scheduled, scheduled?
Constructor Details
This class inherits a constructor from ProblemCheck
Instance Method Details
#call ⇒ Object
6 7 8 9 10 11 |
# File 'app/services/problem_check/inline_problem_check.rb', line 6 def call # The logic of this problem check is performed inline, so this class is # purely here to support its configuration. # no_problem end |