Class: Optimizely::DecisionService::Decision
- Inherits:
-
Struct
- Object
- Struct
- Optimizely::DecisionService::Decision
- Defined in:
- lib/optimizely/decision_service.rb
Instance Attribute Summary collapse
-
#cmab_uuid ⇒ Object
Returns the value of attribute cmab_uuid.
-
#experiment ⇒ Object
Returns the value of attribute experiment.
-
#source ⇒ Object
Returns the value of attribute source.
-
#variation ⇒ Object
Returns the value of attribute variation.
Instance Attribute Details
#cmab_uuid ⇒ Object
Returns the value of attribute cmab_uuid
41 42 43 |
# File 'lib/optimizely/decision_service.rb', line 41 def cmab_uuid @cmab_uuid end |
#experiment ⇒ Object
Returns the value of attribute experiment
41 42 43 |
# File 'lib/optimizely/decision_service.rb', line 41 def experiment @experiment end |
#source ⇒ Object
Returns the value of attribute source
41 42 43 |
# File 'lib/optimizely/decision_service.rb', line 41 def source @source end |
#variation ⇒ Object
Returns the value of attribute variation
41 42 43 |
# File 'lib/optimizely/decision_service.rb', line 41 def variation @variation end |