class DiasporaFederation::Entities::Message
This entity represents a private message exchanged in private conversation.
Public Instance Methods
to_s()
click to toggle source
@return [String] string representation of this object
# File lib/diaspora_federation/entities/message.rb, line 43 def to_s "#{super}:#{conversation_guid}" end