exfacts v0.1.2 Facts.Host.LSB

Provides a struct to hold Host data.

##Examples

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

Summary

Types

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