Class: Imouto::Connection
- Inherits:
-
Struct
- Object
- Struct
- Imouto::Connection
- Defined in:
- lib/irc.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#connect_timeout ⇒ Object
Returns the value of attribute connect_timeout.
-
#port ⇒ Object
Returns the value of attribute port.
-
#read_timeout ⇒ Object
Returns the value of attribute read_timeout.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
6 7 8 |
# File 'lib/irc.rb', line 6 def channels @channels end |
#connect_timeout ⇒ Object
Returns the value of attribute connect_timeout
6 7 8 |
# File 'lib/irc.rb', line 6 def connect_timeout @connect_timeout end |
#port ⇒ Object
Returns the value of attribute port
6 7 8 |
# File 'lib/irc.rb', line 6 def port @port end |
#read_timeout ⇒ Object
Returns the value of attribute read_timeout
6 7 8 |
# File 'lib/irc.rb', line 6 def read_timeout @read_timeout end |
#server ⇒ Object
Returns the value of attribute server
6 7 8 |
# File 'lib/irc.rb', line 6 def server @server end |