Class: Vault::Help

Inherits:
Response show all
Defined in:
lib/vault/api/help.rb

Overview

Help is the response from a help query.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Response

#==, decode, #initialize, #to_h

Constructor Details

This class inherits a constructor from Vault::Response

Instance Attribute Details

#helpString (readonly)

The help information.

Returns:

  • (String)


13
# File 'lib/vault/api/help.rb', line 13

field :help

#see_alsoString (readonly)

Additional help documentation to see.

Returns:

  • (String)


18
# File 'lib/vault/api/help.rb', line 18

field :see_also