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)


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

field :help

#see_alsoString (readonly)

Additional help documentation to see.

Returns:

  • (String)


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

field :see_also