Class: Jsapi::Meta::OAuthFlow::Scope
- Inherits:
-
Model::Base
- Object
- Model::Base
- Jsapi::Meta::OAuthFlow::Scope
- Defined in:
- lib/jsapi/meta/oauth_flow.rb
Constant Summary
Constants included from Model::Attributes
Model::Attributes::DEFAULT_ARRAY, Model::Attributes::DEFAULT_HASH
Instance Method Summary collapse
-
#description ⇒ Object
:attr: description The description of the scope.
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
#description ⇒ Object
:attr: description The description of the scope.
13 |
# File 'lib/jsapi/meta/oauth_flow.rb', line 13 attribute :description, String, default: '' |