Class: FeatureFlagClient::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/feature_flag_client/client.rb

Overview

Featureflag service Client configuration to set client details

Instance Attribute Summary collapse

Instance Attribute Details

#api_base_urlObject

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_sessionObject

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_urlObject

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_idObject

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_secretObject

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