Class: Avm::EacWebappBase0::Runner::ApachePath

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/eac_webapp_base0/runner/apache_path.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
21
22
# File 'lib/avm/eac_webapp_base0/runner/apache_path.rb', line 16

def run
  if result.error?
    fatal_error result.to_s
  else
    infov 'Result', result.label
  end
end