class MessengerClient::Message::Base

Public Instance Methods

postback() click to toggle source
# File lib/messenger_client/message/base.rb, line 4
def postback;   respond_to?(:_postback) ? _postback : nil; end
text() click to toggle source
# File lib/messenger_client/message/base.rb, line 5
def text;       respond_to?(:_text)     ? _text     : nil; end
thumbs_up?() click to toggle source
# File lib/messenger_client/message/base.rb, line 6
def thumbs_up?; false                                      end