Method: LabClient::Commit#comment
- Defined in:
- lib/labclient/commits/commit.rb
#comment(query) ⇒ Object
53 54 55 56 57 58 |
# File 'lib/labclient/commits/commit.rb', line 53 def comment(query) # If from List Project ID isn't stored project_id = collect_project_id if project_id.nil? client.commits.comment_create(project_id, id, query) end |