class

SensitiveData(T)

Inherits Reference < Object

SensitiveData is a generic class to handle and encapsulate sensitive data securely.

Constructors

new(label : String, value : T)
Source

Instance methods

inspect(io)

Override to hide the value

Source
label
Source
sensitive_data

Returns the sensitive value

Source
to_s(io)

Override to hide the value

Source