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