Class: OpenFeature::SDK::Provider::ResolutionDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/open_feature/sdk/provider/resolution_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code

Returns:

  • (Object)

    the current value of error_code



4
5
6
# File 'lib/open_feature/sdk/provider/resolution_details.rb', line 4

def error_code
  @error_code
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



4
5
6
# File 'lib/open_feature/sdk/provider/resolution_details.rb', line 4

def error_message
  @error_message
end

#flag_metadataObject

Returns the value of attribute flag_metadata

Returns:

  • (Object)

    the current value of flag_metadata



4
5
6
# File 'lib/open_feature/sdk/provider/resolution_details.rb', line 4

def 
  @flag_metadata
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



4
5
6
# File 'lib/open_feature/sdk/provider/resolution_details.rb', line 4

def reason
  @reason
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/open_feature/sdk/provider/resolution_details.rb', line 4

def value
  @value
end

#variantObject

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



4
5
6
# File 'lib/open_feature/sdk/provider/resolution_details.rb', line 4

def variant
  @variant
end