Sha256: 2f14f2d08f89eb81c5d0c76c5fc118810541b5f20ecbf9f46113b16cecfdfe34
Contents?: true
Size: 161 Bytes
Versions: 2
Compression:
Stored size: 161 Bytes
Contents
class SystemInfo include Watchman require 'sysinfo' def self.data SysInfo.new.to_hash.merge({:summary => ["ipaddress_internal", "uptime"]}) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
city-watch-0.5.6 | lib/city_watch/watchmen/sysinfo.rb |
city-watch-0.5.5 | lib/city_watch/watchmen/sysinfo.rb |