module Octokit::EnterpriseAdminClient::License
Methods for the Enterprise License
API
Public Instance Methods
license_info()
click to toggle source
Get information about the Enterprise license
@return [Sawyer::Resource] The license information
# File lib/octokit/enterprise_admin_client/license.rb, line 12 def license_info get "enterprise/settings/license" end