Method: Vault::Defaults.options
- Defined in:
- lib/vault/defaults.rb
.options ⇒ Hash
The list of calculated options for this configurable.
40 41 42 |
# File 'lib/vault/defaults.rb', line 40 def Hash[*Configurable.keys.map { |key| [key, public_send(key)] }.flatten] end |