Class: Avm::Tools::Runner::EacRailsBase0::ApachePath
- Inherits:
-
EacRubyUtils::Console::DocoptRunner
- Object
- EacRubyUtils::Console::DocoptRunner
- Avm::Tools::Runner::EacRailsBase0::ApachePath
- Defined in:
- lib/avm/tools/runner/eac_rails_base0/apache_path.rb
Instance Method Summary collapse
Instance Method Details
#apache_path_uncached ⇒ Object
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_uncached ⇒ Object
31 32 33 |
# File 'lib/avm/tools/runner/eac_rails_base0/apache_path.rb', line 31 def result_uncached apache_path.run end |
#run ⇒ Object
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 |