Class: Rox::Core::ExperimentModel

Inherits:
Struct
  • Object
show all
Defined in:
lib/rox/core/configuration/models/experiment_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



3
4
5
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3

def condition
  @condition
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



3
4
5
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3

def flags
  @flags
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3

def id
  @id
end

#is_archivedObject

Returns the value of attribute is_archived

Returns:

  • (Object)

    the current value of is_archived



3
4
5
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3

def is_archived
  @is_archived
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



3
4
5
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3

def labels
  @labels
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/rox/core/configuration/models/experiment_model.rb', line 3

def name
  @name
end