Sha256: 84cbf16491cf5eb51007b9ef5fab7b3d280b588b9b52c966991ed5f69a5aa22a
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
# frozen_string_literal: true module VirusTotal module Client class Domain < Base include Action::Comments include Action::Get include Action::Relationships private def relationships @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.2.0 | lib/virustotal/clients/domain.rb |