Class: Imouto::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/irc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



6
7
8
# File 'lib/irc.rb', line 6

def channels
  @channels
end

#connect_timeoutObject

Returns the value of attribute connect_timeout

Returns:

  • (Object)

    the current value of connect_timeout



6
7
8
# File 'lib/irc.rb', line 6

def connect_timeout
  @connect_timeout
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



6
7
8
# File 'lib/irc.rb', line 6

def port
  @port
end

#read_timeoutObject

Returns the value of attribute read_timeout

Returns:

  • (Object)

    the current value of read_timeout



6
7
8
# File 'lib/irc.rb', line 6

def read_timeout
  @read_timeout
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



6
7
8
# File 'lib/irc.rb', line 6

def server
  @server
end