Class: Discorb::WelcomeScreen

Inherits:
DiscordModel show all
Defined in:
lib/discorb/guild.rb

Overview

Represents a welcome screen.

Defined Under Namespace

Classes: Channel

Instance Attribute Summary collapse

Method Summary

Methods inherited from DiscordModel

#==, #eql?, #hash

Instance Attribute Details

#channels -> Array<Discorb::WelcomeScreen::Channel> (readonly)

Returns The channels to display the welcome screen.

Returns:



1287
1288
1289
# File 'lib/discorb/guild.rb', line 1287

def channels
  @channels
end

#description -> String (readonly)

Returns The description of the welcome screen.

Returns:

  • (String)

    The description of the welcome screen.



1285
1286
1287
# File 'lib/discorb/guild.rb', line 1285

def description
  @description
end

#guild -> Discorb::Guild (readonly)

Returns The guild the welcome screen belongs to.

Returns:



1289
1290
1291
# File 'lib/discorb/guild.rb', line 1289

def guild
  @guild
end