Class: TD::Types::LoginUrlInfo::Open
- Inherits:
-
TD::Types::LoginUrlInfo
- Object
- Dry::Struct
- Base
- TD::Types::LoginUrlInfo
- TD::Types::LoginUrlInfo::Open
- Defined in:
- lib/tdlib/types/login_url_info/open.rb
Overview
An HTTP url needs to be open.
Instance Attribute Summary collapse
-
#skip_confirm ⇒ Boolean
True, if there is no need to show an ordinary open URL confirm.
-
#url ⇒ TD::Types::String
The URL to open.
Method Summary
Methods inherited from Base
Instance Attribute Details
#skip_confirm ⇒ Boolean
True, if there is no need to show an ordinary open URL confirm.
6 7 8 |
# File 'lib/tdlib/types/login_url_info/open.rb', line 6 def skip_confirm @skip_confirm end |
#url ⇒ TD::Types::String
The URL to open.
6 7 8 |
# File 'lib/tdlib/types/login_url_info/open.rb', line 6 def url @url end |