class Sinbotra::Messenger::Message::Base
Public Instance Methods
postback()
click to toggle source
# File lib/sinbotra/messenger/message.rb, line 4 def postback; respond_to?(:_postback) ? _postback : nil; end
text()
click to toggle source
# File lib/sinbotra/messenger/message.rb, line 5 def text; respond_to?(:_text) ? _text : nil; end