Method: Morpheus::LicenseInterface#get
- Defined in:
- lib/morpheus/api/license_interface.rb
#get ⇒ Object
5 6 7 8 9 |
# File 'lib/morpheus/api/license_interface.rb', line 5 def get() url = "#{@base_url}/api/license" headers = { params: {}, authorization: "Bearer #{@access_token}" } execute(method: :get, url: url, headers: headers) end |