class Bobot::Event::Read

Public Instance Methods

at() click to toggle source
# File lib/bobot/events/read.rb, line 6
def at
  Time.zone.at(@messaging['read']['watermark'] / 1000)
end
seq() click to toggle source
# File lib/bobot/events/read.rb, line 10
def seq
  @messaging['read']['seq']
end