class Bobot::Event::Delivery

Public Instance Methods

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