Class: Rubycord::EmbedProvider

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

Overview

An Embed provider for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



181
182
183
# File 'lib/rubycord/data/embed.rb', line 181

def embed
  @embed
end

#nameString (readonly)



184
185
186
# File 'lib/rubycord/data/embed.rb', line 184

def name
  @name
end

#urlString? (readonly)



187
188
189
# File 'lib/rubycord/data/embed.rb', line 187

def url
  @url
end