Class: Lazylead::ToStatus
- Defined in:
- lib/lazylead/task/alert/changed_to.rb
Overview
Check that last status change has expected value.
Instance Method Summary collapse
-
#initialize ⇒ ToStatus
constructor
A new instance of ToStatus.
Methods inherited from ChangedTo
Constructor Details
#initialize ⇒ ToStatus
Returns a new instance of ToStatus.
54 55 56 |
# File 'lib/lazylead/task/alert/changed_to.rb', line 54 def initialize super "status", "to_status" end |