Class: Clacky::Channel::GroupMessageBuffer::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/server/channel/group_message_buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



12
13
14
# File 'lib/clacky/server/channel/group_message_buffer.rb', line 12

def text
  @text
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



12
13
14
# File 'lib/clacky/server/channel/group_message_buffer.rb', line 12

def user_id
  @user_id
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



12
13
14
# File 'lib/clacky/server/channel/group_message_buffer.rb', line 12

def user_name
  @user_name
end