Class: Cns::CLI
- Inherits:
-
Thor
- Object
- Thor
- Cns::CLI
- Defined in:
- lib/cns.rb
Overview
classe para carregar/mostrar dados transacoes eth & eos no bigquery
Instance Method Summary collapse
-
#ceth ⇒ Object
carrega transacoes eth no bigquery (output to file).
-
#seth ⇒ Object
mostra eth transacoes.
-
#show ⇒ Object
mostra resumo transacoes.
-
#skrk ⇒ Object
mostra kraken/eth transacoes.
-
#weth ⇒ Object
carrega transacoes eth no bigquery.
-
#wkrk ⇒ Object
carrega transacoes kraken/eth no bigquery.
-
#work ⇒ Object
carrega transacoes novas no bigquery.
Instance Method Details
#ceth ⇒ Object
carrega transacoes eth no bigquery (output to file)
34 35 36 |
# File 'lib/cns.rb', line 34 def ceth Bigquery.new().pceth end |
#seth ⇒ Object
mostra eth transacoes
20 21 22 |
# File 'lib/cns.rb', line 20 def seth Bigquery.new().mseth end |
#show ⇒ Object
mostra resumo transacoes
64 65 66 |
# File 'lib/cns.rb', line 64 def show Bigquery.new().mtudo end |
#skrk ⇒ Object
mostra kraken/eth transacoes
42 43 44 |
# File 'lib/cns.rb', line 42 def skrk Bigquery.new().mskrk end |
#weth ⇒ Object
carrega transacoes eth no bigquery
27 28 29 |
# File 'lib/cns.rb', line 27 def weth Bigquery.new().pweth end |