Class: Cns::CLI

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#cethObject

carrega transacoes eth no bigquery (output to file)



34
35
36
# File 'lib/cns.rb', line 34

def ceth
  Bigquery.new(options).pceth
end

#sethObject

mostra eth transacoes



20
21
22
# File 'lib/cns.rb', line 20

def seth
  Bigquery.new(options).mseth
end

#showObject

mostra resumo transacoes



64
65
66
# File 'lib/cns.rb', line 64

def show
  Bigquery.new(options).mtudo
end

#skrkObject

mostra kraken/eth transacoes



42
43
44
# File 'lib/cns.rb', line 42

def skrk
  Bigquery.new(options).mskrk
end

#wethObject

carrega transacoes eth no bigquery



27
28
29
# File 'lib/cns.rb', line 27

def weth
  Bigquery.new(options).pweth
end

#wkrkObject

carrega transacoes kraken/eth no bigquery



49
50
51
# File 'lib/cns.rb', line 49

def wkrk
  Bigquery.new(options).pwkrk
end

#workObject

carrega transacoes novas no bigquery



56
57
58
# File 'lib/cns.rb', line 56

def work
  Bigquery.new(options).ptudo
end