Class: CryptocoinPayable::Configuration::EthConfiguration
- Inherits:
-
CoinConfiguration
- Object
- CoinConfiguration
- CryptocoinPayable::Configuration::EthConfiguration
- 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
60 61 62 |
# File 'lib/cryptocoin_payable/config.rb', line 60 def confirmations @confirmations ||= 12 end |