Class: TD::Types::HttpUrl

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/http_url.rb

Overview

Contains an HTTP URL.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#urlString

The URL.

Returns:

  • (String)

    the current value of url



5
6
7
# File 'lib/tdlib/types/http_url.rb', line 5

def url
  @url
end