Class: Discordrb::EmbedProvider

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

Overview

An Embed provider for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



183
184
185
# File 'lib/discordrb/data/embed.rb', line 183

def embed
  @embed
end

#nameString (readonly)



186
187
188
# File 'lib/discordrb/data/embed.rb', line 186

def name
  @name
end

#urlString? (readonly)



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

def url
  @url
end