Method: BWAPI::Client::Projects::Data::Mentions::Notes#mention_note

Defined in:
lib/bwapi/client/projects/data/mentions/notes.rb

#mention_note(project_id, resource_id, note_id) ⇒ Hash

Get a note for a mention

Parameters:

  • project_id (Integer)

    Id of project

  • resource_id (Integer)

    Id of mention

  • note_id (Integer)

    Id of the note

Returns:

  • (Hash)

    the selected note



27
28
29
# File 'lib/bwapi/client/projects/data/mentions/notes.rb', line 27

def mention_note(project_id, resource_id, note_id)
  get "projects/#{project_id}/data/mentions/#{resource_id}/notes/#{note_id}"
end