class URLhausMonitor::CLI

Public Instance Methods

lookup_by_asn(asn) click to toggle source
# File lib/urlhaus_monitor/cli.rb, line 18
def lookup_by_asn(asn)
  Monitor.new.lookup_by_asn asn
end
lookup_by_country(country) click to toggle source
# File lib/urlhaus_monitor/cli.rb, line 8
def lookup_by_country(country)
  Monitor.new.lookup_by_country country
end
lookup_by_tld(tld) click to toggle source
# File lib/urlhaus_monitor/cli.rb, line 13
def lookup_by_tld(tld)
  Monitor.new.lookup_by_tld tld
end