class Github::Client::Repos::Branches::Protections
def get(*args)
- Api: - public
def get(*args) arguments(args, required: [:user, :repo, :branch]) get_request("/repos/#{arguments.user}/#{arguments.repo}/branches/#{arguments.branch}/protection", arguments.params) end