class Google::Cloud::Env::LazyValue::ExpiringError

@private Internal type signaling an error with an expiration.

Attributes

lifetime[R]

Public Class Methods

new(lifetime) click to toggle source
Calls superclass method
# File lib/google/cloud/env/lazy_value.rb, line 447
def initialize lifetime
  super()
  @lifetime = lifetime
end