Class: Discordrb::IntegrationAccount
- Inherits:
-
Object
- Object
- Discordrb::IntegrationAccount
- Includes:
- IDObject
- Defined in:
- lib/discordrb/data/integration.rb
Overview
Integration Account
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
This account's name.
Attributes included from IDObject
Method Summary
Methods included from IDObject
#==, #creation_time, synthesise
Instance Attribute Details
#name ⇒ String (readonly)
Returns this account's name.
9 10 11 |
# File 'lib/discordrb/data/integration.rb', line 9 def name @name end |