Method: Discordrb::EmbedProvider#url

Defined in:
lib/discordrb/data/embed.rb

#urlString? (readonly)

Returns the URL of the provider, or nil if there is no URL.

Returns:

  • (String, nil)

    the URL of the provider, or nil if there is no URL.



189
190
191
# File 'lib/discordrb/data/embed.rb', line 189

def url
  @url
end