class VirusTotal::Client::IPAddress
Private Instance Methods
relationships()
click to toggle source
# File lib/virustotal/clients/ip_address.rb, line 12 def relationships @relationships ||= %w( communicating_files downloaded_files graphs historical_whois referrer_files resolutions urls ).map(&:to_sym) end