Class: IRC::ServerConfig

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



34
35
36
# File 'lib/on_irc/config.rb', line 34

def address
  @address
end

#identObject

Returns the value of attribute ident

Returns:

  • (Object)

    the current value of ident



34
35
36
# File 'lib/on_irc/config.rb', line 34

def ident
  @ident
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



34
35
36
# File 'lib/on_irc/config.rb', line 34

def nick
  @nick
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



34
35
36
# File 'lib/on_irc/config.rb', line 34

def port
  @port
end

#realnameObject

Returns the value of attribute realname

Returns:

  • (Object)

    the current value of realname



34
35
36
# File 'lib/on_irc/config.rb', line 34

def realname
  @realname
end

#sslObject

Returns the value of attribute ssl

Returns:

  • (Object)

    the current value of ssl



34
35
36
# File 'lib/on_irc/config.rb', line 34

def ssl
  @ssl
end