Class: Avmtrf1::Tools::Runner::Esosti::Fetch

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

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
# File 'lib/avmtrf1/tools/runner/esosti/fetch.rb', line 15

def run
  infov 'URL', request.url
  fatal_error("Issue não encontrado: #{solicitacao_id}") unless issue
  out issue.data.to_yaml
end