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