class CryptocoinPayable::Configuration::CoinConfiguration
Attributes
adapter_api_key[RW]
confirmations[RW]
master_public_key[RW]
node_path[W]
Public Instance Methods
node_path()
click to toggle source
# File lib/cryptocoin_payable/config.rb, line 42 def node_path @node_path ||= '' end