Class: Jsapi::Meta::SecurityRequirement::Scheme
- Inherits:
-
Model::Base
- Object
- Model::Base
- Jsapi::Meta::SecurityRequirement::Scheme
- Defined in:
- lib/jsapi/meta/security_requirement.rb
Constant Summary
Constants included from Model::Attributes
Model::Attributes::DEFAULT_ARRAY, Model::Attributes::DEFAULT_HASH
Instance Method Summary collapse
-
#scopes ⇒ Object
:attr: scopes The array of scopes.
Methods inherited from Model::Base
#initialize, #inspect, #merge!, #reference?, #resolve
Methods included from Model::Attributes
Constructor Details
This class inherits a constructor from Jsapi::Meta::Model::Base
Instance Method Details
#scopes ⇒ Object
:attr: scopes The array of scopes.
11 |
# File 'lib/jsapi/meta/security_requirement.rb', line 11 attribute :scopes, [String] |