Module: Decent

Defined in:
lib/decent.rb,
lib/decent/setup.rb,
lib/decent/api/api.rb,
lib/decent/version.rb,
lib/decent/api/ether_api.rb,
lib/decent/api/bitcoin_api.rb,
lib/decent/api/litecoin_api.rb,
lib/decent/command/hodling/hodling.rb,
lib/decent/command/hodling/add_hodling.rb,
lib/decent/command/hodling/list_hodling.rb,
lib/decent/command/hodling/show_hodling.rb,
lib/decent/command/hodling/store_hodling.rb,
lib/decent/command/hodling/remove_hodling.rb,
lib/decent/command/hodling/update_hodling.rb,
lib/decent/command/exchange_rate/exchange_rate.rb,
lib/decent/command/exchange_rate/list_exchange_rate.rb,
lib/decent/command/exchange_rate/store_exchange_rate.rb,
lib/decent/command/exchange_rate/update_exchange_rate.rb

Defined Under Namespace

Classes: API, AddHodling, BitcoinAPI, EtherAPI, ExchangeRate, Hodling, ListExchangeRate, ListHodling, LitecoinAPI, RemoveHodling, ShowHodling, StoreExchangeRate, StoreHodling, UpdateExchangeRate, UpdateHodling

Constant Summary collapse

StorageDirectory =
File.expand_path("~/.decent")
Database =
Sequel.sqlite("#{StorageDirectory}/decent.db")
VERSION =
"0.2.5"