Class: ModSpox::Models::NickChannel

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

Overview

This model is for internal use only to provide a proper relation between Nick and Channel

Instance Method Summary collapse

Instance Method Details

#channelObject



38
39
40
# File 'lib/mod_spox/models/NickChannel.rb', line 38

def channel
    Channel[channel_id]
end

#nickObject



34
35
36
# File 'lib/mod_spox/models/NickChannel.rb', line 34

def nick
    Nick[nick_id]
end