Class: Discordrb::EmbedField

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

Overview

An Embed field for the embed object

Instance Attribute Summary collapse

Instance Attribute Details

#embedEmbed (readonly)



231
232
233
# File 'lib/discordrb/data/embed.rb', line 231

def embed
  @embed
end

#inlinetrue, false (readonly)



240
241
242
# File 'lib/discordrb/data/embed.rb', line 240

def inline
  @inline
end

#nameString (readonly)



234
235
236
# File 'lib/discordrb/data/embed.rb', line 234

def name
  @name
end

#valueString (readonly)



237
238
239
# File 'lib/discordrb/data/embed.rb', line 237

def value
  @value
end