class BitcoinPayable::Config

Attributes

currency[RW]
master_public_key[RW]
master_seed[RW]
open_exchange_key[RW]
testnet[RW]

Public Class Methods

new() click to toggle source
# File lib/bitcoin_payable/config.rb, line 8
def initialize
  @currency ||= :cad
  @testnet ||= false
end