Class: Rox::Core::ExperimentModel
- Inherits:
-
Struct
- Object
- Struct
- Rox::Core::ExperimentModel
- Defined in:
- lib/rox/core/configuration/models/experiment_model.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_archived ⇒ Object
Returns the value of attribute is_archived.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
3 4 5 |
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3 def condition @condition end |
#flags ⇒ Object
Returns the value of attribute flags
3 4 5 |
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3 def flags @flags end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3 def id @id end |
#is_archived ⇒ Object
Returns the value of attribute is_archived
3 4 5 |
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3 def is_archived @is_archived end |
#labels ⇒ Object
Returns the value of attribute labels
3 4 5 |
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3 def labels @labels end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3 def name @name end |