Class: Campfire::Config
- Inherits:
-
Struct
- Object
- Struct
- Campfire::Config
- Defined in:
- lib/campfire_bot.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#room ⇒ Object
Returns the value of attribute room.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
-
#token ⇒ Object
Returns the value of attribute token.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password
58 59 60 |
# File 'lib/campfire_bot.rb', line 58 def password @password end |
#room ⇒ Object
Returns the value of attribute room
58 59 60 |
# File 'lib/campfire_bot.rb', line 58 def room @room end |
#subdomain ⇒ Object
Returns the value of attribute subdomain
58 59 60 |
# File 'lib/campfire_bot.rb', line 58 def subdomain @subdomain end |
#token ⇒ Object
Returns the value of attribute token
58 59 60 |
# File 'lib/campfire_bot.rb', line 58 def token @token end |
#username ⇒ Object
Returns the value of attribute username
58 59 60 |
# File 'lib/campfire_bot.rb', line 58 def username @username end |