Class: IRC::Config
- Inherits:
-
Struct
- Object
- Struct
- IRC::Config
- Defined in:
- lib/on_irc/config.rb
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#servers ⇒ Object
Returns the value of attribute servers.
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident
4 5 6 |
# File 'lib/on_irc/config.rb', line 4 def ident @ident end |
#nick ⇒ Object
Returns the value of attribute nick
4 5 6 |
# File 'lib/on_irc/config.rb', line 4 def nick @nick end |
#realname ⇒ Object
Returns the value of attribute realname
4 5 6 |
# File 'lib/on_irc/config.rb', line 4 def realname @realname end |
#servers ⇒ Object
Returns the value of attribute servers
4 5 6 |
# File 'lib/on_irc/config.rb', line 4 def servers @servers end |