Class: Monotonik::Measure::Result
- Inherits:
-
Struct
- Object
- Struct
- Monotonik::Measure::Result
- Defined in:
- lib/monotonik/measure.rb
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time
8 9 10 |
# File 'lib/monotonik/measure.rb', line 8 def time @time end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/monotonik/measure.rb', line 8 def value @value end |