class Google::Cloud::Env::LazyValue::ExpiringError
@private Internal type signaling an error with an expiration.
Attributes
Public Class Methods
Source
# File lib/google/cloud/env/lazy_value.rb, line 447 def initialize lifetime super() @lifetime = lifetime end
Calls superclass method