Module: Threadfix::Client::Scans
- Defined in:
- lib/threadfix/client/scans.rb,
lib/threadfix/client/scans/upload.rb
Defined Under Namespace
Classes: Upload
Class Method Summary collapse
Class Method Details
.upload(options = {}) ⇒ Object
Returns Hash.
10 11 12 13 |
# File 'lib/threadfix/client/scans.rb', line 10 def upload(={}) action = Upload.new() action.perform! end |