Class: Cex::CLI

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

Overview

classe para carregar/mostrar dados transacoes kraken no bigquery

Instance Method Summary collapse

Instance Method Details

#showObject

mostra resumo saldos & transacoes



32
33
34
# File 'lib/cex.rb', line 32

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

#workObject

carrega transacoes novas no bigquery



24
25
26
# File 'lib/cex.rb', line 24

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