Class: Jsapi::Meta::SecurityRequirement::Scheme

Inherits:
Base::Model
  • Object
show all
Defined in:
lib/jsapi/meta/security_requirement.rb

Constant Summary

Constants included from Base::Attributes

Base::Attributes::DEFAULT_ARRAY, Base::Attributes::DEFAULT_HASH

Instance Method Summary collapse

Methods inherited from Base::Model

#initialize, #inspect, #merge!, #reference?, #resolve

Methods included from Base::Attributes

#attribute, #attribute_names

Constructor Details

This class inherits a constructor from Jsapi::Meta::Base::Model

Instance Method Details

#scopesObject

:attr: scopes The array of scopes.



11
# File 'lib/jsapi/meta/security_requirement.rb', line 11

attribute :scopes, [String]