Class: Karper::Message::UpdateNick
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::UpdateNick
- Defined in:
- lib/karper/message.rb
Instance Attribute Summary collapse
-
#newt ⇒ Object
Returns the value of attribute newt.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#newt ⇒ Object
Returns the value of attribute newt
17 18 19 |
# File 'lib/karper/message.rb', line 17 def newt @newt end |
#nick ⇒ Object
Returns the value of attribute nick
17 18 19 |
# File 'lib/karper/message.rb', line 17 def nick @nick end |
#user_id ⇒ Object
Returns the value of attribute user_id
17 18 19 |
# File 'lib/karper/message.rb', line 17 def user_id @user_id end |