Sha256: 7139cda89024942b751bb99430cf6c85e389d162c716a614a3ba7d3be48c96b4

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

module VirusTotal
  module Client
    class IPAddress < Base
      def report(ip)
        get("/ip-address/report", ip: ip) do |json|
          handle_response_code json
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virustotalx-0.1.1 lib/virustotal/clients/ip_address.rb