Class: BucketCake::Realtime::Clicks

Inherits:
Base::Realtime show all
Defined in:
lib/bucket_cake/realtime.rb

Constant Summary collapse

FOLDER =
'clicks_rt'
PROTOCLASS =
-> { Cakeproto::Click }

Constants inherited from Base::Realtime

Base::Realtime::CURSOR_REGEX, Base::Realtime::DEFAULT_LOOKBACK

Instance Attribute Summary

Attributes inherited from Base::Realtime

#cursor

Method Summary

Methods inherited from Base::Realtime

#files, #initialize

Methods included from TimeHelper

#assert_time, #hour_cursor, #hour_keys, #minute_cursor

Methods inherited from Base

#items

Constructor Details

This class inherits a constructor from BucketCake::Base::Realtime