Class: Karper::Message::Topic
- Inherits:
-
Struct
- Object
- Struct
- Karper::Message::Topic
- 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
24 25 26 |
# File 'lib/karper/message.rb', line 24 def contents @contents end |
#newt ⇒ Object
Returns the value of attribute newt
24 25 26 |
# File 'lib/karper/message.rb', line 24 def newt @newt end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
24 25 26 |
# File 'lib/karper/message.rb', line 24 def @timestamp end |
#user_id ⇒ Object
Returns the value of attribute user_id
24 25 26 |
# File 'lib/karper/message.rb', line 24 def user_id @user_id end |