Module: Operations::Task::Plan
- Extended by:
- ActiveSupport::Concern
- Included in:
- Operations::Task
- Defined in:
- app/models/operations/task/plan.rb
Defined Under Namespace
Classes: ActionHandler, DecisionHandler, InteractionHandler, ResultHandler, WaitHandler
Instance Method Summary collapse
- #in?(state) ⇒ Boolean (also: #waiting_until?)
Instance Method Details
#in?(state) ⇒ Boolean Also known as: waiting_until?
70 |
# File 'app/models/operations/task/plan.rb', line 70 def in?(state) = current_state == state.to_s |