Class: LinuxSystemNetwork
- Inherits:
-
SystemNetwork
- Object
- SystemNetwork
- LinuxSystemNetwork
- Defined in:
- lib/network.rb
Overview
Processor probe for Linux 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 ⇒ LinuxSystemNetwork
constructor
A new instance of LinuxSystemNetwork.
Methods inherited from SystemNetwork
Constructor Details
#initialize ⇒ LinuxSystemNetwork
Returns a new instance of LinuxSystemNetwork.
34 35 36 |
# File 'lib/network.rb', line 34 def initialize puts 'Implement me' end |