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



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

def ident
  @ident
end

#nickObject

Returns the value of attribute nick



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

def nick
  @nick
end

#realnameObject

Returns the value of attribute realname



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

def realname
  @realname
end

#serversObject

Returns the value of attribute servers



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

def servers
  @servers
end