Class: Discord::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/discord_notifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatar_urlObject

Returns the value of attribute avatar_url



12
13
14
# File 'lib/discord_notifier.rb', line 12

def avatar_url
  @avatar_url
end

#urlObject

Returns the value of attribute url



12
13
14
# File 'lib/discord_notifier.rb', line 12

def url
  @url
end

#usernameObject

Returns the value of attribute username



12
13
14
# File 'lib/discord_notifier.rb', line 12

def username
  @username
end

#waitObject

Returns the value of attribute wait



12
13
14
# File 'lib/discord_notifier.rb', line 12

def wait
  @wait
end