Class: Obst::DailyGauge::TimeCount
- Inherits:
-
Struct
- Object
- Struct
- Obst::DailyGauge::TimeCount
- Defined in:
- lib/obst/daily_gauge.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
13 14 15 |
# File 'lib/obst/daily_gauge.rb', line 13 def count @count end |
#time ⇒ Object
Returns the value of attribute time
13 14 15 |
# File 'lib/obst/daily_gauge.rb', line 13 def time @time end |