Class: A2A::SecuritySchemeBase

Inherits:
ProtocolStruct
  • Object
show all
Defined in:
lib/a2a/types/security_scheme_base.rb

Overview

Defines base properties shared by all security scheme objects.

Instance Method Summary collapse

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#descriptionString?

Returns An optional description for the security scheme.

Returns:

  • (String, nil)

    An optional description for the security scheme.



7
# File 'lib/a2a/types/security_scheme_base.rb', line 7

attribute? :description, Types::String.optional