lib/light-service-ext/constants.rb in light-service-ext-0.1.2 vs lib/light-service-ext/constants.rb in light-service-ext-0.1.3
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
module LightServiceExt
- module Outcome
+ module Status
COMPLETE = :all_steps_complete
+ INCOMPLETE = :steps_incomplete
end
end