Module: Stealth::Services::Facebook::ReadsEvent
- Included in:
- Stealth::ServiceMessage
- Defined in:
- lib/stealth/services/facebook/events/message_reads_event.rb
Instance Attribute Summary collapse
-
#read ⇒ Object
Returns the value of attribute read.
Instance Method Summary collapse
Instance Attribute Details
#read ⇒ Object
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 |