Class: ModSpox::Messages::Outgoing::Ison
- Inherits:
-
Object
- Object
- ModSpox::Messages::Outgoing::Ison
- Defined in:
- lib/mod_spox/messages/outgoing/Ison.rb
Instance Attribute Summary collapse
-
#nick ⇒ Object
readonly
nick to check.
Instance Method Summary collapse
-
#initialize(nick) ⇒ Ison
constructor
- nick
-
nick to check Check if nick is on IRC.
Constructor Details
#initialize(nick) ⇒ Ison
- nick
-
nick to check
Check if nick is on IRC
9 10 11 |
# File 'lib/mod_spox/messages/outgoing/Ison.rb', line 9 def initialize(nick) @nick = nick end |
Instance Attribute Details
#nick ⇒ Object (readonly)
nick to check
6 7 8 |
# File 'lib/mod_spox/messages/outgoing/Ison.rb', line 6 def nick @nick end |