Class: RealEx::Config

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

Class Attribute Summary collapse

Class Attribute Details

.accountObject

Returns the value of attribute account.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def 
  @account
end

.currencyObject

Returns the value of attribute currency.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def currency
  @currency
end

.merchant_idObject

Returns the value of attribute merchant_id.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def merchant_id
  @merchant_id
end

.real_vault_uriObject

Returns the value of attribute real_vault_uri.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def real_vault_uri
  @real_vault_uri
end

.refund_passwordObject

Returns the value of attribute refund_password.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def refund_password
  @refund_password
end

.remote_uriObject

Returns the value of attribute remote_uri.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def remote_uri
  @remote_uri
end

.shared_secretObject

Returns the value of attribute shared_secret.



4
5
6
# File 'lib/real_ex/config.rb', line 4

def shared_secret
  @shared_secret
end