Method: Line::Bot::V2::Liff::LiffView#url
- Defined in:
- lib/line/bot/v2/liff/model/liff_view.rb
#url ⇒ String
Returns Endpoint URL. This is the URL of the web app that implements the LIFF app (e.g. example.com). Used when the LIFF app is launched using the LIFF URL. The URL scheme must be https. URL fragments (#URL-fragment) can’t be specified.
21 22 23 |
# File 'lib/line/bot/v2/liff/model/liff_view.rb', line 21 def url @url end |