Method: Basecamp#delete_message
- Defined in:
- lib/basecamp.rb
#delete_message(id) ⇒ Object
Deletes the message with the given id, and returns it.
195 196 197 |
# File 'lib/basecamp.rb', line 195 def (id) record "/msg/delete/#{id}" end |