Class: Economic::Configuration

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

Class Attribute Summary collapse

Class Attribute Details

.agreement_grant_tokenObject

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_tokenObject

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