Method: Jets::Cfn::Status#reset
- Defined in:
- lib/jets/cfn/status.rb
#reset ⇒ Object
36 37 38 39 40 |
# File 'lib/jets/cfn/status.rb', line 36 def reset @events = [] # constantly replaced with recent events @last_shown_event_id = nil @stack_deletion_completed = nil end |