Class: ModSpox::Models::ChannelMode

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

Overview

Attribute provided by model:

mode

mode that is set

Instance Method Summary collapse

Instance Method Details

#channelObject

Channel this mode is associated to



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

def channel
    Channel[channel_id]
end