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)



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

def embed
  @embed
end

#nameString (readonly)



193
194
195
# File 'lib/discordrb/data/embed.rb', line 193

def name
  @name
end

#urlString? (readonly)



196
197
198
# File 'lib/discordrb/data/embed.rb', line 196

def url
  @url
end