Class: EML::UK::Config

Inherits:
Config
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/eml/uk/config.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Config

#environment, #environment=, #require, #require_parameter

Instance Attribute Details

#merchant_groupObject

Returns the value of attribute merchant_group.



24
25
26
# File 'lib/eml/uk/config.rb', line 24

def merchant_group
  @merchant_group
end

#programObject

Returns the value of attribute program.



27
28
29
# File 'lib/eml/uk/config.rb', line 27

def program
  @program
end

#rest_passwordObject

Returns the value of attribute rest_password.



33
34
35
# File 'lib/eml/uk/config.rb', line 33

def rest_password
  @rest_password
end

#rest_usernameObject

Returns the value of attribute rest_username.



30
31
32
# File 'lib/eml/uk/config.rb', line 30

def rest_username
  @rest_username
end

#search_parameterObject

Returns the value of attribute search_parameter.



36
37
38
# File 'lib/eml/uk/config.rb', line 36

def search_parameter
  @search_parameter
end

#tns_passwordObject

Returns the value of attribute tns_password.



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

def tns_password
  @tns_password
end

#tns_usernameObject

Returns the value of attribute tns_username.



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

def tns_username
  @tns_username
end