Sha256: bc05ab24832728f71aa2d295332c40511fd3cbc5ec4c7b011ec748fb9398a94e
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module VirusTotal module Client class Analysis < Base def get(id) _get("/analyses/#{id}") { |json| json } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
virustotalx-1.0.0 | lib/virustotal/clients/analysis.rb |