Class: Vault::Namespace
- Defined in:
- lib/vault/api/sys/namespace.rb
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
ID of the namespace.
-
#path ⇒ String
readonly
Path of the namespace, includes parent paths if nested.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#id ⇒ String (readonly)
ID of the namespace
9 |
# File 'lib/vault/api/sys/namespace.rb', line 9 field :id |
#path ⇒ String (readonly)
Path of the namespace, includes parent paths if nested.
14 |
# File 'lib/vault/api/sys/namespace.rb', line 14 field :path |