Module: Facebook::Messenger::Incoming::FeedCommon
Instance Attribute Summary collapse
-
#change ⇒ Object
readonly
Returns the value of attribute change.
Instance Method Summary collapse
Instance Attribute Details
#change ⇒ Object (readonly)
Returns the value of attribute change.
5 6 7 |
# File 'lib/facebook/messenger/incoming/feed_common.rb', line 5 def change @change end |
Instance Method Details
#initialize(change) ⇒ Object
7 8 9 |
# File 'lib/facebook/messenger/incoming/feed_common.rb', line 7 def initialize(change) @change = change end |
#item ⇒ Object
11 12 13 |
# File 'lib/facebook/messenger/incoming/feed_common.rb', line 11 def item @change['item'] end |