Module: Informo
- Defined in:
- lib/informo.rb,
lib/informo/rpm.rb,
lib/informo/bios.rb,
lib/informo/dpkg.rb,
lib/informo/memory.rb,
lib/informo/system.rb,
lib/informo/network.rb,
lib/informo/storage.rb,
lib/informo/version.rb,
lib/informo/processor.rb
Overview
Informo make’s it easy to get system information for Linux systems from inside ruby scripts. Currently it is a glorified wrapper around existing native commands and tries to avoid reinventing wheels that already exist inside GNU/Linux.
The following classes are available:
-
Informo::Bios
-
Informo::Dpkg
-
Informo::Memory
-
Informo::Network
-
Informo::Processor
-
Informo::Rpm
-
Informo::Storage
-
Informo::System
Defined Under Namespace
Classes: Bios, Dpkg, Memory, Network, Processor, Rpm, Storage, System
Constant Summary collapse
- VERSION =
returns the version of this module
'1.0'