Module: Payment::Manager::Config
- Defined in:
- lib/payment/manager/config.rb
Class Attribute Summary collapse
-
.api_url ⇒ Object
Returns the value of attribute api_url.
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
Class Attribute Details
.api_url ⇒ Object
Returns the value of attribute api_url.
7 8 9 |
# File 'lib/payment/manager/config.rb', line 7 def api_url @api_url end |
.client_id ⇒ Object
Returns the value of attribute client_id.
5 6 7 |
# File 'lib/payment/manager/config.rb', line 5 def client_id @client_id end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
6 7 8 |
# File 'lib/payment/manager/config.rb', line 6 def client_secret @client_secret end |