class Github::Client::Orgs::Memberships
def list(*args)
- Api: - public
Other tags:
- See: List - your organization memberships
def list(*args) arguments(args) response = get_request('/user/memberships/orgs', arguments.params) return response unless block_given? response.each { |el| yield el } end