Class: Vault::Transform::Template
- Defined in:
- lib/vault/api/transform/template.rb
Instance Attribute Summary collapse
-
#alphabet ⇒ String
readonly
Name of the alphabet to be used in the template.
-
#pattern ⇒ String
readonly
Regex string to detect and match for the template.
-
#type ⇒ String
readonly
Type of the template, currently, only “regex” is supported.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#alphabet ⇒ String (readonly)
Name of the alphabet to be used in the template
13 |
# File 'lib/vault/api/transform/template.rb', line 13 field :alphabet |
#pattern ⇒ String (readonly)
Regex string to detect and match for the template
18 |
# File 'lib/vault/api/transform/template.rb', line 18 field :pattern |
#type ⇒ String (readonly)
Type of the template, currently, only “regex” is supported
23 |
# File 'lib/vault/api/transform/template.rb', line 23 field :type |