Class: CheckHost

Inherits:
Object
  • Object
show all
Defined in:
lib/check_host.rb

Class Method Summary collapse

Class Method Details

.run(host, ip) ⇒ Object



4
5
6
7
8
# File 'lib/check_host.rb', line 4

def self.run(host, ip)
  c = CheckHostIp.new(host, ip)
  c.notify
  true
end