Method: Discordrb::IntegrationApplication#name

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

#nameString (readonly)

Returns the name of the application.

Returns:

  • (String)

    the name of the application.



25
26
27
# File 'lib/discordrb/data/integration.rb', line 25

def name
  @name
end