Class: Discord::Config
- Inherits:
-
Struct
- Object
- Struct
- Discord::Config
- Defined in:
- lib/discord_notifier.rb
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#url ⇒ Object
Returns the value of attribute url.
-
#username ⇒ Object
Returns the value of attribute username.
-
#wait ⇒ Object
Returns the value of attribute wait.
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url
12 13 14 |
# File 'lib/discord_notifier.rb', line 12 def avatar_url @avatar_url end |
#url ⇒ Object
Returns the value of attribute url
12 13 14 |
# File 'lib/discord_notifier.rb', line 12 def url @url end |
#username ⇒ Object
Returns the value of attribute username
12 13 14 |
# File 'lib/discord_notifier.rb', line 12 def username @username end |
#wait ⇒ Object
Returns the value of attribute wait
12 13 14 |
# File 'lib/discord_notifier.rb', line 12 def wait @wait end |