Sha256: 71e63deb0c8fc3ba706c361456cdc902409ab94249e996de1c043a9c276c4b45
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module VirusTotal module Client class Domain < Object private def relationships %w( communicating_files downloaded_files graphs historical_whois referrer_files resolutions siblings urls ).map(&:to_sym) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
virustotalx-1.0.0 | lib/virustotal/clients/domain.rb |