Method: MyGengo::API#postTranslationJobComment
- Defined in:
- lib/mygengo-ruby/api_handler.rb
#postTranslationJobComment(params = {}) ⇒ Object
Post a comment for a translator or Gengo on a job.
Options: id - The ID of the job you’re commenting on. comment - The comment to put on the job.
334 335 336 |
# File 'lib/mygengo-ruby/api_handler.rb', line 334 def postTranslationJobComment(params = {}) self.send_to_mygengo('translate/job/:id/comment'.gsub(':id', params.delete(:id).to_s), params) end |