module Lono::AwsServices::Helper
Public Instance Methods
rollback_complete?(stack)
click to toggle source
# File lib/lono/aws_services/helper.rb, line 6 def rollback_complete?(stack) stack&.stack_status == 'ROLLBACK_COMPLETE' end
testing_update?()
click to toggle source
# File lib/lono/aws_services/helper.rb, line 10 def testing_update? ENV['LONO_TEST'] && self.class.name == "LonoCfn::Update" end