Class: DefraRubyGovpay::Configuration

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

Overview

The Configuration class is responsible for storing configurable settings for the DefraRubyGovpay module. You can set different options like API tokens, host preferences, and other necessary configurations here.

Instance Attribute Summary collapse

Instance Attribute Details

#govpay_back_office_api_tokenObject

Returns the value of attribute govpay_back_office_api_token.



8
9
10
# File 'lib/defra_ruby_govpay/configuration.rb', line 8

def govpay_back_office_api_token
  @govpay_back_office_api_token
end

#govpay_front_office_api_tokenObject

Returns the value of attribute govpay_front_office_api_token.



8
9
10
# File 'lib/defra_ruby_govpay/configuration.rb', line 8

def govpay_front_office_api_token
  @govpay_front_office_api_token
end

#govpay_urlObject

Returns the value of attribute govpay_url.



8
9
10
# File 'lib/defra_ruby_govpay/configuration.rb', line 8

def govpay_url
  @govpay_url
end