Method: Nucleon::Action::Plan::Destroy#execute

Defined in:
lib/nucleon/action/plan/destroy.rb

#executeObject


Action operations



32
33
34
35
36
37
38
39
# File 'lib/nucleon/action/plan/destroy.rb', line 32

def execute
  super do
    info('start')
    unless plan.execute(:destroy)
      myself.status = code.destroy_failed
    end
  end
end