Method: LaunchdarklyApiHelperClass#feature_flag_variation_name

Defined in:
lib/launchdarkly_api_helper/launchdarkly_api_helper_class.rb

#feature_flag_variation_name(details_response, index_response) ⇒ Object



87
88
89
# File 'lib/launchdarkly_api_helper/launchdarkly_api_helper_class.rb', line 87

def feature_flag_variation_name(details_response, index_response)
  details_response['variations'][index_response]['name']
end