Class: Lazylead::ToStatus

Inherits:
ChangedTo show all
Defined in:
lib/lazylead/task/alert/changed_to.rb

Overview

Check that last status change has expected value.

Instance Method Summary collapse

Methods inherited from ChangedTo

#last_change, #passed

Constructor Details

#initializeToStatus

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