DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / lib / api / entities / mr_note.rb
12345678910
# frozen_string_literal: true module API module Entities class MRNote < Grape::Entity expose :note expose :author, using: Entities::UserBasic end end end