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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



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

def username
  @username
end

#waitObject

Returns the value of attribute wait

Returns:

  • (Object)

    the current value of wait



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

def wait
  @wait
end