Module: Discordrb::ServerAttributes
- Included in:
- Light::UltraLightServer, Server
- Defined in:
- lib/discordrb/data.rb
Overview
Basic attributes a server should have
Instance Attribute Summary collapse
-
#icon_id ⇒ String
readonly
The hexadecimal ID used to identify this server's icon.
-
#name ⇒ String
readonly
This server's name.
Instance Method Summary collapse
-
#icon_url ⇒ String
Utility function to get the URL for the icon image.
Instance Attribute Details
#icon_id ⇒ String (readonly)
Returns the hexadecimal ID used to identify this server's icon.
1109 1110 1111 |
# File 'lib/discordrb/data.rb', line 1109 def icon_id @icon_id end |
#name ⇒ String (readonly)
Returns this server's name.
1106 1107 1108 |
# File 'lib/discordrb/data.rb', line 1106 def name @name end |