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