Class: CryptocoinPayable::Configuration::BchConfiguration
- Inherits:
-
CoinConfiguration
- Object
- CoinConfiguration
- CryptocoinPayable::Configuration::BchConfiguration
- Defined in:
- lib/cryptocoin_payable/config.rb
Instance Attribute Summary
Attributes inherited from CoinConfiguration
#adapter_api_key, #master_public_key, #node_path
Instance Method Summary collapse
Instance Method Details
#confirmations ⇒ Object
54 55 56 |
# File 'lib/cryptocoin_payable/config.rb', line 54 def confirmations @confirmations ||= 3 end |