Class: BlockchainInfo::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



15
16
17
# File 'lib/blockchain_info.rb', line 15

def domain
  @domain
end

#main_passwordObject

Returns the value of attribute main_password.



17
18
19
# File 'lib/blockchain_info.rb', line 17

def main_password
  @main_password
end

#my_wallet_guidObject

Returns the value of attribute my_wallet_guid.



16
17
18
# File 'lib/blockchain_info.rb', line 16

def my_wallet_guid
  @my_wallet_guid
end

#second_passwordObject

Returns the value of attribute second_password.



18
19
20
# File 'lib/blockchain_info.rb', line 18

def second_password
  @second_password
end