Class: Bct::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/bct.rb

Overview

classe para carregar/mostrar dados transacoes eth & eos no bigquery

Instance Method Summary collapse

Instance Method Details

#showObject

mostra resumo transacoes



36
37
38
# File 'lib/bct.rb', line 36

def show
  Bct::Bigquery.new(options).mostra_tudo
end

#workObject

carrega transacoes novas no bigquery



28
29
30
# File 'lib/bct.rb', line 28

def work
  Bct::Bigquery.new(options).processa_tudo
end