Class: Alfabank::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.binding_usernameObject

Returns the value of attribute binding_username.



5
6
7
# File 'lib/alfabank/configuration.rb', line 5

def binding_username
  @binding_username
end

.currencyObject

Returns the value of attribute currency.



5
6
7
# File 'lib/alfabank/configuration.rb', line 5

def currency
  @currency
end

.error_urlObject

Returns the value of attribute error_url.



4
5
6
# File 'lib/alfabank/configuration.rb', line 4

def error_url
  @error_url
end

.languageObject

Returns the value of attribute language.



4
5
6
# File 'lib/alfabank/configuration.rb', line 4

def language
  @language
end

.modeObject

Returns the value of attribute mode.



5
6
7
# File 'lib/alfabank/configuration.rb', line 5

def mode
  @mode
end

.order_number_prefixObject

Returns the value of attribute order_number_prefix.



5
6
7
# File 'lib/alfabank/configuration.rb', line 5

def order_number_prefix
  @order_number_prefix
end

.passwordObject

Returns the value of attribute password.



4
5
6
# File 'lib/alfabank/configuration.rb', line 4

def password
  @password
end

.return_urlObject

Returns the value of attribute return_url.



4
5
6
# File 'lib/alfabank/configuration.rb', line 4

def return_url
  @return_url
end

.usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/alfabank/configuration.rb', line 4

def username
  @username
end