Module: Stealth::Services::Facebook::ReadsEvent

Included in:
Stealth::ServiceMessage
Defined in:
lib/stealth/services/facebook/events/message_reads_event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#readObject

Returns the value of attribute read.



35
36
37
# File 'lib/stealth/services/facebook/events/message_reads_event.rb', line 35

def read
  @read
end

Instance Method Details

#initialize(service:) ⇒ Object



36
37
38
39
# File 'lib/stealth/services/facebook/events/message_reads_event.rb', line 36

def initialize(service:)
  @read = {}
  super
end