Class: IRC::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#identObject

Returns the value of attribute ident

Returns:

  • (Object)

    the current value of ident



4
5
6
# File 'lib/on_irc/config.rb', line 4

def ident
  @ident
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



4
5
6
# File 'lib/on_irc/config.rb', line 4

def nick
  @nick
end

#realnameObject

Returns the value of attribute realname

Returns:

  • (Object)

    the current value of realname



4
5
6
# File 'lib/on_irc/config.rb', line 4

def realname
  @realname
end

#serversObject

Returns the value of attribute servers

Returns:

  • (Object)

    the current value of servers



4
5
6
# File 'lib/on_irc/config.rb', line 4

def servers
  @servers
end