Sha256: 0494e5b138b1d884c3ff3cfa7f42c9d8c1bd17c2ffc332881f0f93f84b025bb2

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

module VirusTotal
  module Client
    class Domain < Base
      def report(domain)
        get("/domain/report", domain: domain) 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/domain.rb