Class: Artaius::Plugins::Mixer::Gamer
- Inherits:
-
Struct
- Object
- Struct
- Artaius::Plugins::Mixer::Gamer
- Defined in:
- lib/artaius/plugins/mixer.rb
Overview
Internal: Create a new gamer. Gamer is a player, which wants to play a mix.
irc_nick - The String, representing gamer’s IRC nickname. irc_authname - The String, representing gamer’s IRC authname. role - The Integer, representing KAG player’s role
Returns Gamer object.
Instance Attribute Summary collapse
-
#irc_authname ⇒ Object
Returns the value of attribute irc_authname.
-
#irc_nick ⇒ Object
Returns the value of attribute irc_nick.
-
#premium? ⇒ Object
Returns the value of attribute premium?.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#irc_authname ⇒ Object
Returns the value of attribute irc_authname
25 26 27 |
# File 'lib/artaius/plugins/mixer.rb', line 25 def irc_authname @irc_authname end |
#irc_nick ⇒ Object
Returns the value of attribute irc_nick
25 26 27 |
# File 'lib/artaius/plugins/mixer.rb', line 25 def irc_nick @irc_nick end |
#premium? ⇒ Object
Returns the value of attribute premium?
25 26 27 |
# File 'lib/artaius/plugins/mixer.rb', line 25
def premium?
@premium?
end
|
#role ⇒ Object
Returns the value of attribute role
25 26 27 |
# File 'lib/artaius/plugins/mixer.rb', line 25 def role @role end |