class VirusTotal::Client::Domain

Private Instance Methods

relationships() click to toggle source
# File lib/virustotal/clients/domain.rb, line 12
def relationships
  @relationships ||= %w(
    communicating_files
    downloaded_files
    graphs
    historical_whois
    referrer_files
    resolutions
    siblings
    urls
  ).map(&:to_sym)
end