Class: Obst::DailyGauge::TimeCount

Inherits:
Struct
  • Object
show all
Defined in:
lib/obst/daily_gauge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



13
14
15
# File 'lib/obst/daily_gauge.rb', line 13

def count
  @count
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



13
14
15
# File 'lib/obst/daily_gauge.rb', line 13

def time
  @time
end