struct

Tea::EnvMsg

Inherits Tea::Msg < Struct < Value < Object

EnvMsg reports environment variable changes

Constructors

new(key : String, value : String)
Source
new(environ : Ultraviolet::Environ)
Source

Instance methods

environ
Source
environ=(environ : Ultraviolet::Environ)
Source
getenv(key : String) : String

Getenv returns the value of the environment variable named by the key.

Source
key=(key : String)
Source
lookup_env(key : String) : Tuple(String, Bool)

LookupEnv retrieves the value of the environment variable named by key.

Source
value
Source
value=(value : String)
Source