CommonX v0.0.1 GoCD.EnvironmentVariable View Source

GoCD environment variable.

Link to this section Summary

Types

t()

GoCD environment variable

Functions

Parse a GoCD environment variable

Link to this section Types

Link to this type

t() View Source
t() :: %GoCD.EnvironmentVariable{
  encrypted_value: String.t() | nil,
  name: String.t(),
  secure: boolean(),
  value: String.t() | :encrypted
}

GoCD environment variable.

Link to this section Functions

Link to this function

parse(data) View Source
parse(map()) :: {:ok, t()} | {:error, atom()}

Parse a GoCD environment variable.