class GPGME::Ctx
def get_ctx_flag(flag_name)
Please consult the GPGPME documentation for more details
- 'no-auto-check-trustdb'
- 'import-filter'
- 'key-origin'
- 'cert-expire'
- 'extended-edit'
- 'trust-model'
- 'auto-key-locate'
- 'ignore-mdc-error'
- 'no-symkey-cache'
- 'request-origin'
- 'auto-key-retrieve'
- 'auto-key-import'
- 'include-key-block'
- 'override-session-key'
- 'export-session-key'
- 'raw-description'
- 'full-status'
- 'redraw'
Allowed flag names may include:
Get the value of the Ctx flag with the given name.
def get_ctx_flag(flag_name) GPGME::gpgme_get_ctx_flag(self, flag_name.to_s) end