Class: MacSystemNetwork
- Inherits:
-
SystemNetwork
- Object
- SystemNetwork
- MacSystemNetwork
- Defined in:
- lib/network.rb
Overview
Processor probe for Mac systems
Constant Summary
Constants inherited from SystemNetwork
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
-
#initialize ⇒ MacSystemNetwork
constructor
A new instance of MacSystemNetwork.
Methods inherited from SystemNetwork
Constructor Details
#initialize ⇒ MacSystemNetwork
Returns a new instance of MacSystemNetwork.
41 42 43 |
# File 'lib/network.rb', line 41 def initialize puts 'Implement me' end |