Class: Cache::CacheValue
- Inherits:
-
Struct
- Object
- Struct
- Cache::CacheValue
- Defined in:
- lib/puppet/functions/hiera_vault.rb
Instance Attribute Summary collapse
-
#until ⇒ Object
Returns the value of attribute until.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#until ⇒ Object
Returns the value of attribute until
21 22 23 |
# File 'lib/puppet/functions/hiera_vault.rb', line 21 def until @until end |
#value ⇒ Object
Returns the value of attribute value
21 22 23 |
# File 'lib/puppet/functions/hiera_vault.rb', line 21 def value @value end |