class Onyphe::Clients::Summary
Public Instance Methods
domain(domain)
click to toggle source
# File lib/onyphe/clients/summary.rb, line 10 def domain(domain) get("/summary/domain/#{domain}") { |json| json } end
hostname(hostname)
click to toggle source
# File lib/onyphe/clients/summary.rb, line 14 def hostname(hostname) get("/summary/hostname/#{hostname}") { |json| json } end
ip(ip)
click to toggle source
# File lib/onyphe/clients/summary.rb, line 6 def ip(ip) get("/summary/ip/#{ip}") { |json| json } end