Class: JIJI::Dao::RawAggregator
- Inherits:
-
Aggregator
- Object
- Aggregator
- JIJI::Dao::RawAggregator
- Defined in:
- lib/jiji/dao/timed_data_dao.rb
Overview
集約を行なわないAggregator
Instance Attribute Summary
Attributes inherited from Aggregator
Instance Method Summary collapse
-
#initialize ⇒ RawAggregator
constructor
A new instance of RawAggregator.
- #next(timed_data) {|timed_data| ... } ⇒ Object
Methods inherited from Aggregator
Constructor Details
#initialize ⇒ RawAggregator
Returns a new instance of RawAggregator.
257 258 259 |
# File 'lib/jiji/dao/timed_data_dao.rb', line 257 def initialize super("raw") end |
Instance Method Details
#next(timed_data) {|timed_data| ... } ⇒ Object
260 261 262 |
# File 'lib/jiji/dao/timed_data_dao.rb', line 260 def next( timed_data ) yield timed_data end |