Class: Avm::Tools::Runner::EacRailsBase0::ApachePath

Inherits:
EacRubyUtils::Console::DocoptRunner
  • Object
show all
Defined in:
lib/avm/tools/runner/eac_rails_base0/apache_path.rb

Instance Method Summary collapse

Instance Method Details

#apache_path_uncachedObject



27
28
29
# File 'lib/avm/tools/runner/eac_rails_base0/apache_path.rb', line 27

def apache_path_uncached
  ::Avm::EacRailsBase0::ApachePath.new(context(:instance))
end

#result_uncachedObject



31
32
33
# File 'lib/avm/tools/runner/eac_rails_base0/apache_path.rb', line 31

def result_uncached
  apache_path.run
end

#runObject



19
20
21
22
23
24
25
# File 'lib/avm/tools/runner/eac_rails_base0/apache_path.rb', line 19

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