Class: Cache::CacheValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/puppet/functions/hiera_vault.rb

Instance Attribute Summary collapse

Instance Attribute Details

#untilObject

Returns the value of attribute until

Returns:

  • (Object)

    the current value of until



21
22
23
# File 'lib/puppet/functions/hiera_vault.rb', line 21

def until
  @until
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



21
22
23
# File 'lib/puppet/functions/hiera_vault.rb', line 21

def value
  @value
end