Class: Line::Bot::Event::AccountLink
- Defined in:
- lib/line/bot/event/account_link.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Line::Bot::Event::Base
Instance Method Details
#nonce ⇒ Object
23 24 25 |
# File 'lib/line/bot/event/account_link.rb', line 23 def nonce @src['link']['nonce'] end |
#result ⇒ Object
19 20 21 |
# File 'lib/line/bot/event/account_link.rb', line 19 def result @src['link']['result'] end |