Class: Vault::Mount
Instance Attribute Summary collapse
-
#config ⇒ Hash<Symbol, Object>
readonly
Arbitrary configuration for the backend.
-
#description ⇒ String
readonly
Description of the mount.
-
#type ⇒ Hash<Symbol, Object>
readonly
Options given to the mount.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#config ⇒ Hash<Symbol, Object> (readonly)
Arbitrary configuration for the backend.
11 |
# File 'lib/vault/api/sys/mount.rb', line 11 field :config |
#description ⇒ String (readonly)
Description of the mount.
16 |
# File 'lib/vault/api/sys/mount.rb', line 16 field :description |
#type ⇒ Hash<Symbol, Object> (readonly)
Options given to the mount.
21 |
# File 'lib/vault/api/sys/mount.rb', line 21 field :type |