Class: Krkt::CLI
- Inherits:
-
Thor
- Object
- Thor
- Krkt::CLI
- Defined in:
- lib/krkt.rb
Overview
classe para carregar/mostrar dados transacoes kraken no bigquery
Instance Method Summary collapse
-
#show ⇒ Object
mostra resumo saldos & transacoes.
-
#work ⇒ Object
carrega transacoes novas no bigquery.
Instance Method Details
#show ⇒ Object
mostra resumo saldos & transacoes
26 27 28 |
# File 'lib/krkt.rb', line 26 def show Bigquery.new().transacoes.mostra_resumo end |