Class: OpenFeature::SDK::Contrib::Providers::Common::ResolutionDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/open_feature/sdk/contrib/providers/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



8
9
10
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8

def enabled
  @enabled
end

#error_codeObject

Returns the value of attribute error_code

Returns:

  • (Object)

    the current value of error_code



8
9
10
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8

def error_code
  @error_code
end

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



8
9
10
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8

def error_message
  @error_message
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



8
9
10
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8

def reason
  @reason
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8

def value
  @value
end

#variantObject

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



8
9
10
# File 'lib/open_feature/sdk/contrib/providers/common.rb', line 8

def variant
  @variant
end