Class: Discordrb::EmbedProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/discordrb/data.rb

Overview

An Embed provider for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)

Returns the embed object this is based on.

Returns:

  • (Embed)

    the embed object this is based on.



1606
1607
1608
# File 'lib/discordrb/data.rb', line 1606

def embed
  @embed
end

#nameString (readonly)

Returns the provider's name.

Returns:

  • (String)

    the provider's name.



1609
1610
1611
# File 'lib/discordrb/data.rb', line 1609

def name
  @name
end

#urlString? (readonly)

Returns the URL of the provider. nil is there is no URL.

Returns:

  • (String, nil)

    the URL of the provider. nil is there is no URL



1612
1613
1614
# File 'lib/discordrb/data.rb', line 1612

def url
  @url
end