Class: Economic::Configuration
- Inherits:
-
Object
- Object
- Economic::Configuration
- Defined in:
- lib/economic/configuration.rb
Class Attribute Summary collapse
-
.agreement_grant_token ⇒ Object
Returns the value of attribute agreement_grant_token.
-
.app_secret_token ⇒ Object
Returns the value of attribute app_secret_token.
Class Attribute Details
.agreement_grant_token ⇒ Object
Returns the value of attribute agreement_grant_token.
4 5 6 |
# File 'lib/economic/configuration.rb', line 4 def agreement_grant_token @agreement_grant_token end |
.app_secret_token ⇒ Object
Returns the value of attribute app_secret_token.
4 5 6 |
# File 'lib/economic/configuration.rb', line 4 def app_secret_token @app_secret_token end |