Sha256: d4bfa418aed2c3ecacb4e18be6574926bd0fddb9797d1f6968584839a3d53e1b
Contents?: true
Size: 428 Bytes
Versions: 24
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true module Octokit class EnterpriseAdminClient # Methods for the Enterprise License API # # @see https://developer.github.com/v3/enterprise-admin/license/ module License # Get information about the Enterprise license # # @return [Sawyer::Resource] The license information def license_info get 'enterprise/settings/license' end end end end
Version data entries
24 entries across 24 versions & 2 rubygems