Method: Databasedotcom::Chatter::Conversation#mark_read
- Defined in:
- lib/databasedotcom/chatter/conversation.rb
#mark_read ⇒ Object
Mark this Conversation as read.
75 76 77 |
# File 'lib/databasedotcom/chatter/conversation.rb', line 75 def mark_read self.class.mark_read(self.client, self.id) end |