Class: Clacky::Channel::GroupMessageBuffer::Entry
- Inherits:
-
Struct
- Object
- Struct
- Clacky::Channel::GroupMessageBuffer::Entry
- Defined in:
- lib/clacky/server/channel/group_message_buffer.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
12 13 14 |
# File 'lib/clacky/server/channel/group_message_buffer.rb', line 12 def text @text end |
#user_id ⇒ Object
Returns the value of attribute user_id
12 13 14 |
# File 'lib/clacky/server/channel/group_message_buffer.rb', line 12 def user_id @user_id end |
#user_name ⇒ Object
Returns the value of attribute user_name
12 13 14 |
# File 'lib/clacky/server/channel/group_message_buffer.rb', line 12 def user_name @user_name end |