Method: Morpheus::LogSettingsInterface#get
- Defined in:
- lib/morpheus/api/log_settings_interface.rb
#get(params = {}) ⇒ Object
9 10 11 12 13 |
# File 'lib/morpheus/api/log_settings_interface.rb', line 9 def get(params={}) url = base_path headers = { params: params, authorization: "Bearer #{@access_token}" } execute(method: :get, url: url, headers: headers) end |