Class: Campfire::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



58
59
60
# File 'lib/campfire_bot.rb', line 58

def password
  @password
end

#roomObject

Returns the value of attribute room

Returns:

  • (Object)

    the current value of room



58
59
60
# File 'lib/campfire_bot.rb', line 58

def room
  @room
end

#subdomainObject

Returns the value of attribute subdomain

Returns:

  • (Object)

    the current value of subdomain



58
59
60
# File 'lib/campfire_bot.rb', line 58

def subdomain
  @subdomain
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



58
59
60
# File 'lib/campfire_bot.rb', line 58

def token
  @token
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



58
59
60
# File 'lib/campfire_bot.rb', line 58

def username
  @username
end