Class: Transfeera::Config
- Inherits:
-
Object
- Object
- Transfeera::Config
- Defined in:
- lib/transfeera/config.rb
Instance Attribute Summary collapse
-
#contacerta_client_id ⇒ Object
Returns the value of attribute contacerta_client_id.
-
#contacerta_client_secret ⇒ Object
Returns the value of attribute contacerta_client_secret.
-
#default_client_id ⇒ Object
Returns the value of attribute default_client_id.
-
#default_client_secret ⇒ Object
Returns the value of attribute default_client_secret.
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#grant_type ⇒ Object
Returns the value of attribute grant_type.
-
#token ⇒ Object
Returns the value of attribute token.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Instance Attribute Details
#contacerta_client_id ⇒ Object
Returns the value of attribute contacerta_client_id.
7 8 9 |
# File 'lib/transfeera/config.rb', line 7 def contacerta_client_id @contacerta_client_id end |
#contacerta_client_secret ⇒ Object
Returns the value of attribute contacerta_client_secret.
8 9 10 |
# File 'lib/transfeera/config.rb', line 8 def contacerta_client_secret @contacerta_client_secret end |
#default_client_id ⇒ Object
Returns the value of attribute default_client_id.
10 11 12 |
# File 'lib/transfeera/config.rb', line 10 def default_client_id @default_client_id end |
#default_client_secret ⇒ Object
Returns the value of attribute default_client_secret.
11 12 13 |
# File 'lib/transfeera/config.rb', line 11 def default_client_secret @default_client_secret end |
#environment ⇒ Object
Returns the value of attribute environment.
5 6 7 |
# File 'lib/transfeera/config.rb', line 5 def environment @environment end |
#grant_type ⇒ Object
Returns the value of attribute grant_type.
4 5 6 |
# File 'lib/transfeera/config.rb', line 4 def grant_type @grant_type end |
#token ⇒ Object
Returns the value of attribute token.
13 14 15 |
# File 'lib/transfeera/config.rb', line 13 def token @token end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
3 4 5 |
# File 'lib/transfeera/config.rb', line 3 def user_agent @user_agent end |