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/comments/#{arguments.number}", arguments.params) end