class Github::Client::PullRequests::Comments
def get(*args)
- Api: - public
def get(*args) arguments(args, required: [:user, :repo, :number]) get_request("/repos/#{arguments.user}/#{arguments.repo}/pulls/#{arguments.number}/comments", arguments.params) end