Class: ModSpox::Models::NickMode

Inherits:
Object
  • Object
show all
Defined in:
lib/mod_spox/models/NickMode.rb

Overview

Attributes provided by model:

mode

Mode that is set

Instance Method Summary collapse

Instance Method Details

#channelObject

Channel mode is associated with



13
14
15
# File 'lib/mod_spox/models/NickMode.rb', line 13

def channel
    return Channel[channel_id]
end

#nickObject

Nick mode is associated with



8
9
10
# File 'lib/mod_spox/models/NickMode.rb', line 8

def nick
    return Nick[nick_id]
end