Class: ModSpox::Models::NickMode
- Inherits:
-
Object
- Object
- ModSpox::Models::NickMode
- Defined in:
- lib/mod_spox/models/NickMode.rb
Overview
Attributes provided by model:
- mode
-
Mode that is set
Instance Method Summary collapse
-
#channel ⇒ Object
Channel mode is associated with.
-
#nick ⇒ Object
Nick mode is associated with.
Instance Method Details
#channel ⇒ Object
Channel mode is associated with
13 14 15 |
# File 'lib/mod_spox/models/NickMode.rb', line 13 def channel return Channel[channel_id] end |
#nick ⇒ Object
Nick mode is associated with
8 9 10 |
# File 'lib/mod_spox/models/NickMode.rb', line 8 def nick return Nick[nick_id] end |