Class: PlantWatchdog::Aggregation::Data

Inherits:
Object
  • Object
show all
Defined in:
lib/plantwatchdog/aggregation.rb

Instance Method Summary collapse

Instance Method Details

#[](symbol) ⇒ Object

return the time series data for symbol



36
37
38
# File 'lib/plantwatchdog/aggregation.rb', line 36

def [] symbol

end

#timesObject

return the list of seconds of the day for which there is data available



41
42
# File 'lib/plantwatchdog/aggregation.rb', line 41

def times
end