Class: IRC::ServerConfig
- Inherits:
-
Struct
- Object
- Struct
- IRC::ServerConfig
- Defined in:
- lib/on_irc/config.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#ident ⇒ Object
Returns the value of attribute ident.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#port ⇒ Object
Returns the value of attribute port.
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#ssl ⇒ Object
Returns the value of attribute ssl.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
34 35 36 |
# File 'lib/on_irc/config.rb', line 34 def address @address end |
#ident ⇒ Object
Returns the value of attribute ident
34 35 36 |
# File 'lib/on_irc/config.rb', line 34 def ident @ident end |
#nick ⇒ Object
Returns the value of attribute nick
34 35 36 |
# File 'lib/on_irc/config.rb', line 34 def nick @nick end |
#port ⇒ Object
Returns the value of attribute port
34 35 36 |
# File 'lib/on_irc/config.rb', line 34 def port @port end |
#realname ⇒ Object
Returns the value of attribute realname
34 35 36 |
# File 'lib/on_irc/config.rb', line 34 def realname @realname end |
#ssl ⇒ Object
Returns the value of attribute ssl
34 35 36 |
# File 'lib/on_irc/config.rb', line 34 def ssl @ssl end |