Class: OpenFeature::SDK::EvaluationDetails

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/open_feature/sdk/evaluation_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flag_keyObject

Returns the value of attribute flag_key

Returns:

  • (Object)

    the current value of flag_key



3
4
5
# File 'lib/open_feature/sdk/evaluation_details.rb', line 3

def flag_key
  @flag_key
end

#resolution_detailsObject

Returns the value of attribute resolution_details

Returns:

  • (Object)

    the current value of resolution_details



3
4
5
# File 'lib/open_feature/sdk/evaluation_details.rb', line 3

def resolution_details
  @resolution_details
end