Class: Confidence::OpenFeature::Provider::ResolutionDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/confidence/openfeature/provider.rb

Overview

Error_code and error_message seemingly not used by OpenFeature SDK. Including here for compatibility.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code

Returns:

  • (Object)

    the current value of error_code



14
15
16
# File 'lib/confidence/openfeature/provider.rb', line 14

def error_code
  @error_code
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



14
15
16
# File 'lib/confidence/openfeature/provider.rb', line 14

def error_message
  @error_message
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



14
15
16
# File 'lib/confidence/openfeature/provider.rb', line 14

def reason
  @reason
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



14
15
16
# File 'lib/confidence/openfeature/provider.rb', line 14

def value
  @value
end

#variantObject

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



14
15
16
# File 'lib/confidence/openfeature/provider.rb', line 14

def variant
  @variant
end