lib/rules_engine/rule/outcome.rb in rules_engine-0.1.6 vs lib/rules_engine/rule/outcome.rb in rules_engine-0.1.7
- old
+ new
@@ -12,8 +12,9 @@
STOP_FAILURE = 2
START_WORKFLOW = 3
attr_accessor :outcome
attr_accessor :workflow_code
+ attr_accessor :title
end
end
end
\ No newline at end of file