Class: Vault::Help
Overview
Help is the response from a help query.
Instance Attribute Summary collapse
-
#help ⇒ String
readonly
The help information.
-
#see_also ⇒ String
readonly
Additional help documentation to see.
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#help ⇒ String (readonly)
The help information.
10 |
# File 'lib/vault/api/help.rb', line 10 field :help |
#see_also ⇒ String (readonly)
Additional help documentation to see.
15 |
# File 'lib/vault/api/help.rb', line 15 field :see_also |