Class: Discordrb::IntegrationAccount

Inherits:
Object
  • Object
show all
Includes:
IDObject
Defined in:
lib/discordrb/data/integration.rb

Overview

Integration Account

Instance Attribute Summary collapse

Attributes included from IDObject

#id

Method Summary

Methods included from IDObject

#==, #creation_time, synthesise

Instance Attribute Details

#nameString (readonly)

Returns this account's name.

Returns:

  • (String)

    this account's name.



9
10
11
# File 'lib/discordrb/data/integration.rb', line 9

def name
  @name
end