Class: DiscordRDA::EmbedField

Inherits:
Entity
  • Object
show all
Defined in:
lib/discord_rda/entity/embed.rb

Overview

Embed field

Instance Attribute Summary

Attributes inherited from Entity

#id

Instance Method Summary collapse

Methods inherited from Entity

#==, attribute, #created_at, from_hash, #hash, #initialize, #inspect, #to_h, #to_json

Constructor Details

This class inherits a constructor from DiscordRDA::Entity

Instance Method Details

#inline?Boolean

Returns:

  • (Boolean)


172
173
174
# File 'lib/discord_rda/entity/embed.rb', line 172

def inline?
  inline
end