class Github::Client::Gists::Comments
def get(*args)
- Api: - public
def get(*args) arguments(args, required: [:gist_id, :id]) get_request("/gists/#{arguments.gist_id}/comments/#{arguments.id}", arguments.params) end
def get(*args) arguments(args, required: [:gist_id, :id]) get_request("/gists/#{arguments.gist_id}/comments/#{arguments.id}", arguments.params) end