Method: Gitlab::Client::Notes#note
- Defined in:
- lib/gitlab/client/notes.rb
permalink #note(project, id) ⇒ Gitlab::ObjectifiedHash
Gets a single wall note.
85 86 87 |
# File 'lib/gitlab/client/notes.rb', line 85 def note(project, id) get("/projects/#{url_encode project}/notes/#{id}") end |