module Stealth::Services::Facebook::ReadsEvent

Attributes

read[RW]

Public Class Methods

new(service:) click to toggle source
Calls superclass method
# File lib/stealth/services/facebook/events/message_reads_event.rb, line 36
def initialize(service:)
  @read = {}
  super
end