Class: CryptocoinPayable::Configuration::CoinConfiguration
- Inherits:
-
Object
- Object
- CryptocoinPayable::Configuration::CoinConfiguration
- Defined in:
- lib/cryptocoin_payable/config.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adapter_api_key ⇒ Object
Returns the value of attribute adapter_api_key.
-
#confirmations ⇒ Object
Returns the value of attribute confirmations.
-
#master_public_key ⇒ Object
Returns the value of attribute master_public_key.
- #node_path ⇒ Object
Instance Attribute Details
#adapter_api_key ⇒ Object
Returns the value of attribute adapter_api_key.
39 40 41 |
# File 'lib/cryptocoin_payable/config.rb', line 39 def adapter_api_key @adapter_api_key end |
#confirmations ⇒ Object
Returns the value of attribute confirmations.
39 40 41 |
# File 'lib/cryptocoin_payable/config.rb', line 39 def confirmations @confirmations end |
#master_public_key ⇒ Object
Returns the value of attribute master_public_key.
39 40 41 |
# File 'lib/cryptocoin_payable/config.rb', line 39 def master_public_key @master_public_key end |
#node_path ⇒ Object
42 43 44 |
# File 'lib/cryptocoin_payable/config.rb', line 42 def node_path @node_path ||= '' end |