Module: Octokit::EnterpriseAdminClient::License
- Included in:
- Octokit::EnterpriseAdminClient
- Defined in:
- lib/octokit/enterprise_admin_client/license.rb
Overview
Methods for the Enterprise License API
Instance Method Summary collapse
-
#license_info ⇒ Sawyer::Resource
Get information about the Enterprise license.
Instance Method Details
#license_info ⇒ Sawyer::Resource
Get information about the Enterprise license
12 13 14 |
# File 'lib/octokit/enterprise_admin_client/license.rb', line 12 def license_info get "enterprise/settings/license" end |