Sha256: 0b714cc975d14ac6154795ab5a95c674b00fb7841c81d45a04c9bba95fe6a0f4
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true module VirusTotal module Client class IPAddress < Object private def relationships %w( communicating_files downloaded_files graphs historical_whois referrer_files resolutions 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/ip_address.rb |