Class: FeatureFlagClient::Configuration
- Inherits:
-
Object
- Object
- FeatureFlagClient::Configuration
- Defined in:
- lib/feature_flag_client/client.rb
Overview
Featureflag service Client configuration to set client details
Instance Attribute Summary collapse
-
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
-
#api_session ⇒ Object
Returns the value of attribute api_session.
-
#auth_url ⇒ Object
Returns the value of attribute auth_url.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
Instance Attribute Details
#api_base_url ⇒ Object
Returns the value of attribute api_base_url.
14 15 16 |
# File 'lib/feature_flag_client/client.rb', line 14 def api_base_url @api_base_url end |
#api_session ⇒ Object
Returns the value of attribute api_session.
14 15 16 |
# File 'lib/feature_flag_client/client.rb', line 14 def api_session @api_session end |
#auth_url ⇒ Object
Returns the value of attribute auth_url.
14 15 16 |
# File 'lib/feature_flag_client/client.rb', line 14 def auth_url @auth_url end |
#client_id ⇒ Object
Returns the value of attribute client_id.
14 15 16 |
# File 'lib/feature_flag_client/client.rb', line 14 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
14 15 16 |
# File 'lib/feature_flag_client/client.rb', line 14 def client_secret @client_secret end |