Class: Avmtrf1::Tools::Runner::Esosti::Request

Inherits:
EacRubyUtils::Console::DocoptRunner
  • Object
show all
Defined in:
lib/avmtrf1/tools/runner/esosti/request.rb

Constant Summary collapse

DOC =
"Requisi\u00E7\u00F5es gen\u00E9ricas para e-Sosti (Control Desk).\n\n  Usage:\n  __PROGRAM__ [options] <url-suffix>\n  __PROGRAM__ -h | --help\n\nOptions:\n  -h --help       Mostra esta ajuda.\n  -d --default    Op\u00E7\u00F5es --json e --yaml.\n  -j --json       Solicita resposta em JSON.\n  -x --xml        Solicita resposta em XML.\n  -y --yaml       Imprime sa\u00EDda em YAML.\n"

Instance Method Summary collapse

Instance Method Details

#runObject



32
33
34
35
# File 'lib/avmtrf1/tools/runner/esosti/request.rb', line 32

def run
  start_banner
  output_data
end