Class: ModSpox::Messages::Internal::DCCListener

Inherits:
Object
  • Object
show all
Defined in:
lib/mod_spox/messages/internal/DCCListener.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nick) ⇒ DCCListener

Returns a new instance of DCCListener.



6
7
8
# File 'lib/mod_spox/messages/internal/DCCListener.rb', line 6

def initialize(nick)
    @nick = nick
end

Instance Attribute Details

#nickObject (readonly)

Returns the value of attribute nick.



5
6
7
# File 'lib/mod_spox/messages/internal/DCCListener.rb', line 5

def nick
  @nick
end