Class: Cache::CacheKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end