Class: TD::Types::HttpUrl
- Defined in:
- lib/tdlib/types/http_url.rb
Overview
Contains an HTTP URL.
Instance Attribute Summary collapse
-
#url ⇒ String
The URL.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ String
The URL.
5 6 7 |
# File 'lib/tdlib/types/http_url.rb', line 5 def url @url end |