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)



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

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



70
71
72
# File 'lib/cns.rb', line 70

def show
  Bigquery.new(options).mtudo
end

#skrkObject

mostra kraken/eth transacoes



45
46
47
# File 'lib/cns.rb', line 45

def skrk
  Bigquery.new(options).mskrk
end

#wethObject

carrega transacoes eth no bigquery



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

def weth
  Bigquery.new(options).pweth
end

#wkrkObject

carrega transacoes kraken/eth no bigquery



53
54
55
# File 'lib/cns.rb', line 53

def wkrk
  Bigquery.new(options).pwkrk
end

#workObject

carrega transacoes novas no bigquery



61
62
63
# File 'lib/cns.rb', line 61

def work
  Bigquery.new(options).ptudo
end