Class: VirusTotal::Domain

Inherits:
Base
  • Object
show all
Defined in:
lib/virus_total/domain.rb

Overview

to use this feature you must have a private apikey!

Constant Summary

Constants inherited from Base

Base::BASE_URL

Instance Attribute Summary

Attributes inherited from Base

#apikey, #resource

Instance Method Summary collapse

Methods inherited from Base

#api_response, #initialize

Constructor Details

This class inherits a constructor from VirusTotal::Base

Instance Method Details

#reportObject



4
5
6
# File 'lib/virus_total/domain.rb', line 4

def report
  api_response('domain/report', resource: resource, method: :get)
end