Class EtherpadLite::ChatMessage
In: lib/etherpad-lite/models/chat_message.rb
Parent: Object

An Etherpad Lite Chat message

Methods

author   new   pad   time   to_s   user  

Attributes

instance  [R]  The EtherpadLite::Instance object
pad_id  [R]  The pad id
text  [R]  The message text
timestamp  [R]  Unix timestamp
user_id  [R]  User/Author id
user_name  [R]  User/Author name

Public Class methods

Public Instance methods

Returns the Author that sent this message

Returns this message‘s Pad

Time object

Returns the message text

user()

Alias for author

[Validate]