ExFacts v0.1.5 ExFacts.System.Host.LSB

Provides a struct to hold Host data.

## Examples

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

Summary

Types

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