Class: Shipeasy::SDK::Eval::ExperimentResult
- Inherits:
-
Struct
- Object
- Struct
- Shipeasy::SDK::Eval::ExperimentResult
- Defined in:
- lib/shipeasy/sdk/eval.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#in_experiment ⇒ Object
Returns the value of attribute in_experiment.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
75 76 77 |
# File 'lib/shipeasy/sdk/eval.rb', line 75 def group @group end |
#in_experiment ⇒ Object
Returns the value of attribute in_experiment
75 76 77 |
# File 'lib/shipeasy/sdk/eval.rb', line 75 def in_experiment @in_experiment end |
#params ⇒ Object
Returns the value of attribute params
75 76 77 |
# File 'lib/shipeasy/sdk/eval.rb', line 75 def params @params end |