Method: Vault::Defaults.options

Defined in:
lib/vault/defaults.rb

.optionsHash

The list of calculated options for this configurable.

Returns:

  • (Hash)


40
41
42
# File 'lib/vault/defaults.rb', line 40

def options
  Hash[*Configurable.keys.map { |key| [key, public_send(key)] }.flatten]
end