Class: CryptocoinPayable::Configuration::CoinConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/cryptocoin_payable/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_api_keyObject

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

#confirmationsObject

Returns the value of attribute confirmations.



39
40
41
# File 'lib/cryptocoin_payable/config.rb', line 39

def confirmations
  @confirmations
end

#master_public_keyObject

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_pathObject



42
43
44
# File 'lib/cryptocoin_payable/config.rb', line 42

def node_path
  @node_path ||= ''
end