Class: Jsapi::Meta::OpenAPI::SecurityScheme::Base
- Defined in:
- lib/jsapi/meta/openapi/security_scheme/base.rb
Direct Known Subclasses
APIKey, HTTP::Basic, HTTP::Bearer, HTTP::Other, OAuth2, OpenIDConnect
Instance Method Summary collapse
-
#description ⇒ Object
:attr: description The optional description of the security scheme.
Methods inherited from Base
#initialize, #inspect, #reference?, #resolve
Methods included from Attributes::ClassMethods
Constructor Details
This class inherits a constructor from Jsapi::Meta::Base
Instance Method Details
#description ⇒ Object
:attr: description The optional description of the security scheme.
11 |
# File 'lib/jsapi/meta/openapi/security_scheme/base.rb', line 11 attribute :description, String |