Class: Flipt::ErrorEvaluationResponse
- Inherits:
-
Object
- Object
- Flipt::ErrorEvaluationResponse
- Defined in:
- lib/flipt_client/models.rb
Overview
ErrorEvaluationResponse
Instance Attribute Summary collapse
-
#error_message ⇒ String
readonly
The current value of error_message.
-
#flag_key ⇒ String
readonly
The current value of flag_key.
-
#namespace_key ⇒ String
readonly
The current value of namespace_key.
-
#reason ⇒ String
readonly
The current value of reason.
Instance Method Summary collapse
-
#initialize(flag_key:, namespace_key:, reason:, error_message:) ⇒ ErrorEvaluationResponse
constructor
A new instance of ErrorEvaluationResponse.
Constructor Details
#initialize(flag_key:, namespace_key:, reason:, error_message:) ⇒ ErrorEvaluationResponse
Returns a new instance of ErrorEvaluationResponse.
194 195 196 197 198 199 |
# File 'lib/flipt_client/models.rb', line 194 def initialize(flag_key:, namespace_key:, reason:, error_message:) @flag_key = flag_key @namespace_key = namespace_key @reason = reason @error_message = end |
Instance Attribute Details
#error_message ⇒ String (readonly)
Returns the current value of error_message.
191 192 193 |
# File 'lib/flipt_client/models.rb', line 191 def @error_message end |
#flag_key ⇒ String (readonly)
Returns the current value of flag_key.
191 192 193 |
# File 'lib/flipt_client/models.rb', line 191 def flag_key @flag_key end |
#namespace_key ⇒ String (readonly)
Returns the current value of namespace_key.
191 192 193 |
# File 'lib/flipt_client/models.rb', line 191 def namespace_key @namespace_key end |
#reason ⇒ String (readonly)
Returns the current value of reason.
191 192 193 |
# File 'lib/flipt_client/models.rb', line 191 def reason @reason end |