Provides a struct to hold Host data.
##Examples
iex> h = %Facts.Host.LSB{hostname: "somehost", os: "Linux"} ...> h.os "Linux"
t() :: %Facts.Host.LSB{codename: binary, description: binary, id: binary, release: binary}