Class: Karper::Message::Topic

Inherits:
Struct
  • Object
show all
Defined in:
lib/karper/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentsObject

Returns the value of attribute contents



24
25
26
# File 'lib/karper/message.rb', line 24

def contents
  @contents
end

#newtObject

Returns the value of attribute newt



24
25
26
# File 'lib/karper/message.rb', line 24

def newt
  @newt
end

#timestampObject

Returns the value of attribute timestamp



24
25
26
# File 'lib/karper/message.rb', line 24

def timestamp
  @timestamp
end

#user_idObject

Returns the value of attribute user_id



24
25
26
# File 'lib/karper/message.rb', line 24

def user_id
  @user_id
end