Class: Optimizely::DecisionService::VariationResult
- Inherits:
-
Struct
- Object
- Struct
- Optimizely::DecisionService::VariationResult
- Defined in:
- lib/optimizely/decision_service.rb
Instance Attribute Summary collapse
-
#cmab_uuid ⇒ Object
Returns the value of attribute cmab_uuid.
-
#error ⇒ Object
Returns the value of attribute error.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#variation_id ⇒ Object
Returns the value of attribute variation_id.
Instance Attribute Details
#cmab_uuid ⇒ Object
Returns the value of attribute cmab_uuid
43 44 45 |
# File 'lib/optimizely/decision_service.rb', line 43 def cmab_uuid @cmab_uuid end |
#error ⇒ Object
Returns the value of attribute error
43 44 45 |
# File 'lib/optimizely/decision_service.rb', line 43 def error @error end |
#reasons ⇒ Object
Returns the value of attribute reasons
43 44 45 |
# File 'lib/optimizely/decision_service.rb', line 43 def reasons @reasons end |
#variation_id ⇒ Object
Returns the value of attribute variation_id
43 44 45 |
# File 'lib/optimizely/decision_service.rb', line 43 def variation_id @variation_id end |