Module: Controls::Client::Findings
- Included in:
- Controls::Client
- Defined in:
- lib/controls/client/findings.rb
Overview
A module to encapsulate API methods related to assets
- todo
-
this version is obviously off
-
Security Control/Configuration Findings Methods collapse
-
#findings_by_asset_uuid(uuid, params = {}) ⇒ Hash
A hash representing the matching asset.
Instance Method Details
#findings_by_asset_uuid(uuid, params = {}) ⇒ Hash
Returns a hash representing the matching asset.
13 14 15 |
# File 'lib/controls/client/findings.rb', line 13 def findings_by_asset_uuid(uuid, params = {}) get "/assets/#{uuid}/findings", params end |