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.



345
346
347
# File 'lib/discorb/embed.rb', line 345

def name
  @name
end

#url -> String (readonly)

Returns The url of provider.

Returns:

  • (String)

    The url of provider.



347
348
349
# File 'lib/discorb/embed.rb', line 347

def url
  @url
end