Class: Karper::Message::Nick
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Nick
- 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.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#newt ⇒ Object
Returns the value of attribute newt
18 19 20 |
# File 'lib/karper/message.rb', line 18 def newt @newt end |
#nick ⇒ Object
Returns the value of attribute nick
18 19 20 |
# File 'lib/karper/message.rb', line 18 def nick @nick end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
18 19 20 |
# File 'lib/karper/message.rb', line 18 def @timestamp end |
#user_id ⇒ Object
Returns the value of attribute user_id
18 19 20 |
# File 'lib/karper/message.rb', line 18 def user_id @user_id end |