Class: LinuxSystemNetwork

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

Overview

Processor probe for Linux 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

#initializeLinuxSystemNetwork

Returns a new instance of LinuxSystemNetwork.



34
35
36
# File 'lib/network.rb', line 34

def initialize
  puts 'Implement me'
end