Class: SlsAdf::Configuration
- Inherits:
-
Object
- Object
- SlsAdf::Configuration
- Defined in:
- lib/sls_adf/configuration.rb
Overview
Class to store sls_adf configuration.
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#get_token_url ⇒ Object
Returns the value of attribute get_token_url.
-
#graphql_url ⇒ Object
Returns the value of attribute graphql_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 |
# File 'lib/sls_adf/configuration.rb', line 22 def initialize; end |
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
20 21 22 |
# File 'lib/sls_adf/configuration.rb', line 20 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
20 21 22 |
# File 'lib/sls_adf/configuration.rb', line 20 def client_secret @client_secret end |
#get_token_url ⇒ Object
Returns the value of attribute get_token_url.
20 21 22 |
# File 'lib/sls_adf/configuration.rb', line 20 def get_token_url @get_token_url end |
#graphql_url ⇒ Object
Returns the value of attribute graphql_url.
20 21 22 |
# File 'lib/sls_adf/configuration.rb', line 20 def graphql_url @graphql_url end |