Class: Hackle::Experiment
- Inherits:
-
Object
- Object
- Hackle::Experiment
- Defined in:
- lib/hackle/models/experiment.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/hackle/models/experiment.rb', line 3 def id @id end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
3 4 5 |
# File 'lib/hackle/models/experiment.rb', line 3 def key @key end |