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 ⇒ String
readonly
Type of 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.
8 |
# File 'lib/vault/api/sys/mount.rb', line 8 field :config |
#description ⇒ String (readonly)
Description of the mount.
13 |
# File 'lib/vault/api/sys/mount.rb', line 13 field :description |
#type ⇒ String (readonly)
Type of the mount.
18 |
# File 'lib/vault/api/sys/mount.rb', line 18 field :type |