Class: Isaac::Config
- Inherits:
-
Struct
- Object
- Struct
- Isaac::Config
- Defined in:
- lib/isaac/bot.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#server ⇒ Object
Returns the value of attribute server.
-
#ssl ⇒ Object
Returns the value of attribute ssl.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def environment @environment end |
#nick ⇒ Object
Returns the value of attribute nick
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def nick @nick end |
#password ⇒ Object
Returns the value of attribute password
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def password @password end |
#port ⇒ Object
Returns the value of attribute port
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def port @port end |
#realname ⇒ Object
Returns the value of attribute realname
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def realname @realname end |
#server ⇒ Object
Returns the value of attribute server
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def server @server end |
#ssl ⇒ Object
Returns the value of attribute ssl
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def ssl @ssl end |
#verbose ⇒ Object
Returns the value of attribute verbose
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def verbose @verbose end |
#version ⇒ Object
Returns the value of attribute version
6 7 8 |
# File 'lib/isaac/bot.rb', line 6 def version @version end |