Class: WindowsSystemNetwork

Inherits:
SystemNetwork show all
Defined in:
lib/network.rb

Overview

Processor probe for Windows systems

Constant Summary

Constants inherited from SystemNetwork

SystemNetwork::UNLIMITED

Instance Attribute Summary

Attributes inherited from SystemNetwork

#default_device, #default_gateway, #dev_id, #dev_link_speed, #dev_type, #download_speed, #upload_speed

Instance Method Summary collapse

Methods inherited from SystemNetwork

probe

Constructor Details

#initializeWindowsSystemNetwork

Returns a new instance of WindowsSystemNetwork.



48
49
50
# File 'lib/network.rb', line 48

def initialize
  puts 'Implement me'
end