class Google::Cloud::Env::LazyValue

def cached_value

Other tags:
    Private: -
def cached_value
  raise @error if @error
  @value
end