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
37 38 39 |
# File 'lib/optimizely/decision_service.rb', line 37 def experiment @experiment end |
#source ⇒ Object
Returns the value of attribute source
37 38 39 |
# File 'lib/optimizely/decision_service.rb', line 37 def source @source end |
#variation ⇒ Object
Returns the value of attribute variation
37 38 39 |
# File 'lib/optimizely/decision_service.rb', line 37 def variation @variation end |