Class: PlantWatchdog::Aggregation::Data
- Inherits:
-
Object
- Object
- PlantWatchdog::Aggregation::Data
- Defined in:
- lib/plantwatchdog/aggregation.rb
Instance Method Summary collapse
-
#[](symbol) ⇒ Object
return the time series data for symbol.
-
#times ⇒ Object
return the list of seconds of the day for which there is data available.
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 |
#times ⇒ Object
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 |