Module: VirusTotal::Client::Action::Get
- Defined in:
- lib/virustotal/clients/actions/get.rb
Instance Method Summary collapse
-
#get(id) ⇒ Hash
Retrieve information about an object.
Instance Method Details
#get(id) ⇒ Hash
Retrieve information about an object
14 15 16 17 |
# File 'lib/virustotal/clients/actions/get.rb', line 14 def get(id) id = to_id(id) _get("/#{name}/#{id}") { |json| json } end |