Class: Etht::CLI

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

Overview

classe para carregar/mostrar dados comuns bigquery & etherscan

Instance Method Summary collapse

Instance Method Details

#showObject

mostra reumo carteiras & transacoes



33
34
35
# File 'lib/etht.rb', line 33

def show
  Bigquery.new(options).carteiras.mostra_resumo
end

#workObject

carrega transacoes novas no bigquery



25
26
27
# File 'lib/etht.rb', line 25

def work
  Bigquery.new(options).processa
end