Method: Teamlab::Project#add_message
- Defined in:
- lib/teamlab/modules/project.rb
#add_message(project_id, title, content, participants, options = {}) ⇒ Object
46 47 48 |
# File 'lib/teamlab/modules/project.rb', line 46 def (project_id, title, content, participants, = {}) @request.post([project_id.to_s, 'message'], { title: title, content: content, participants: participants }.merge()) end |