Class: Avmtrf1::Tools::Runner::Openvpn

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/tools/runner/openvpn.rb

Instance Method Summary collapse

Instance Method Details

#runObject



19
20
21
22
23
24
# File 'lib/avmtrf1/tools/runner/openvpn.rb', line 19

def run
  on_temp_files do
    start_banner
    infov 'Resultado', command.system
  end
end