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