exfacts v0.1.3 ExFacts.Host.LSB

Provides a struct to hold Host data.

##Examples

iex> h = %ExFacts.Host.LSB{hostname: "somehost", os: "Linux"}
...> h.os
"Linux"

Summary

Types

t()
t() :: %ExFacts.Host.LSB{codename: binary, description: binary, id: binary, release: binary}