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



63
64
65
# File 'lib/campfire_bot.rb', line 63

def password
  @password
end

#roomObject

Returns the value of attribute room

Returns:

  • (Object)

    the current value of room



63
64
65
# File 'lib/campfire_bot.rb', line 63

def room
  @room
end

#subdomainObject

Returns the value of attribute subdomain

Returns:

  • (Object)

    the current value of subdomain



63
64
65
# File 'lib/campfire_bot.rb', line 63

def subdomain
  @subdomain
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



63
64
65
# File 'lib/campfire_bot.rb', line 63

def token
  @token
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



63
64
65
# File 'lib/campfire_bot.rb', line 63

def username
  @username
end