Class: Discorb::Embed::Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/discorb/embed.rb

Overview

Represents a provider of embed.

Instance Attribute Summary collapse

Instance Attribute Details

#name -> String (readonly)

Returns The name of provider.

Returns:

  • (String)

    The name of provider.



338
339
340
# File 'lib/discorb/embed.rb', line 338

def name
  @name
end

#url -> String (readonly)

Returns The url of provider.

Returns:

  • (String)

    The url of provider.



340
341
342
# File 'lib/discorb/embed.rb', line 340

def url
  @url
end