Module: Octokit::EnterpriseAdminClient::License
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Defined in: | lib/octokit/enterprise_admin_client/license.rb | 
Overview
Methods for the Enterprise License API
Instance Method Summary
- 
    
      #license_info  ⇒ Sawyer::Resource 
    
    Get information about the Enterprise license. 
Instance Method Details
    #license_info  ⇒ Sawyer::Resource 
  
Get information about the Enterprise license
# File 'lib/octokit/enterprise_admin_client/license.rb', line 12
def license_info get 'enterprise/settings/license' end