class Line::Bot::Event::AccountLink
Event
object for when a user has linked his/her LINE account with a provider’s service account.
developers.line.biz/en/reference/messaging-api/#account-link-event
Public Instance Methods
nonce()
click to toggle source
@return [String]
# File lib/line/bot/event/account_link.rb, line 28 def nonce @src['link']['nonce'] end
result()
click to toggle source
@return [String]
# File lib/line/bot/event/account_link.rb, line 23 def result @src['link']['result'] end