Class: Nequi::Configuration
- Inherits:
-
Object
- Object
- Nequi::Configuration
- Defined in:
- lib/nequi.rb
Instance Attribute Summary collapse
-
#api_base_path ⇒ Object
Returns the value of attribute api_base_path.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#auth_grant_type ⇒ Object
Returns the value of attribute auth_grant_type.
-
#auth_uri ⇒ Object
Returns the value of attribute auth_uri.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#nequi_status_payment ⇒ Object
Returns the value of attribute nequi_status_payment.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#unregisteredpayment_endpoint ⇒ Object
Returns the value of attribute unregisteredpayment_endpoint.
Instance Attribute Details
#api_base_path ⇒ Object
Returns the value of attribute api_base_path.
29 30 31 |
# File 'lib/nequi.rb', line 29 def api_base_path @api_base_path end |
#api_key ⇒ Object
Returns the value of attribute api_key.
29 30 31 |
# File 'lib/nequi.rb', line 29 def api_key @api_key end |
#auth_grant_type ⇒ Object
Returns the value of attribute auth_grant_type.
29 30 31 |
# File 'lib/nequi.rb', line 29 def auth_grant_type @auth_grant_type end |
#auth_uri ⇒ Object
Returns the value of attribute auth_uri.
29 30 31 |
# File 'lib/nequi.rb', line 29 def auth_uri @auth_uri end |
#client_id ⇒ Object
Returns the value of attribute client_id.
29 30 31 |
# File 'lib/nequi.rb', line 29 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
29 30 31 |
# File 'lib/nequi.rb', line 29 def client_secret @client_secret end |
#nequi_status_payment ⇒ Object
Returns the value of attribute nequi_status_payment.
29 30 31 |
# File 'lib/nequi.rb', line 29 def nequi_status_payment @nequi_status_payment end |
#phone ⇒ Object
Returns the value of attribute phone.
29 30 31 |
# File 'lib/nequi.rb', line 29 def phone @phone end |
#unregisteredpayment_endpoint ⇒ Object
Returns the value of attribute unregisteredpayment_endpoint.
29 30 31 |
# File 'lib/nequi.rb', line 29 def unregisteredpayment_endpoint @unregisteredpayment_endpoint end |