Class: SystemInfo

Inherits:
Object
  • Object
show all
Includes:
Watchman
Defined in:
lib/city_watch/watchmen/sysinfo.rb

Class Method Summary collapse

Methods included from Watchman

#data, included

Class Method Details

.dataObject



7
8
9
# File 'lib/city_watch/watchmen/sysinfo.rb', line 7

def self.data
	SysInfo.new.to_hash.merge({:summary => ["ipaddress_internal"]})
end