Sha256: 4ef90ff080a5f346dafabe9610505981ec358ab908a9727fb98fa35ef58d6c8a
Contents?: true
Size: 282 Bytes
Versions: 20
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true require_relative '../../puppet/indirector' # Provide any attributes or functionality needed for indirected # instances. module Puppet::Indirector::Envelope attr_accessor :expiration def expired? expiration and expiration < Time.now end end
Version data entries
20 entries across 20 versions & 1 rubygems