Class: MacSystemNetwork

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

Overview

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

#initializeMacSystemNetwork

Returns a new instance of MacSystemNetwork.



41
42
43
# File 'lib/network.rb', line 41

def initialize
  puts 'Implement me'
end