Method: Discordrb::EmbedField#value

Defined in:
lib/discordrb/data/embed.rb

#valueString (readonly)

Returns the field's value.

Returns:

  • (String)

    the field's value.



244
245
246
# File 'lib/discordrb/data/embed.rb', line 244

def value
  @value
end