Class: Line::Bot::Event::AccountLink Deprecated

Inherits:
Base
  • Object
show all
Defined in:
lib/line/bot/v1/event/account_link.rb

Overview

Deprecated.

This is deprecated. Please use V2::Webhook::AccountLinkEvent instead.

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

Instance Method Summary collapse

Methods inherited from Base

#[], #initialize, #to_hash

Constructor Details

This class inherits a constructor from Line::Bot::Event::Base

Instance Method Details

#nonceString



32
33
34
# File 'lib/line/bot/v1/event/account_link.rb', line 32

def nonce
  @src['link']['nonce']
end

#resultString



27
28
29
# File 'lib/line/bot/v1/event/account_link.rb', line 27

def result
  @src['link']['result']
end