class Google::Cloud::Env::LazyValue::ExpiringValue
@private Internal type signaling a value with an expiration
Attributes
Public Class Methods
Source
# File lib/google/cloud/env/lazy_value.rb, line 433 def initialize lifetime, value @lifetime = lifetime @value = value end