Class: Jsapi::Meta::OAuthFlow::Scope
- Inherits:
-
Base::Model
- Object
- Base::Model
- Jsapi::Meta::OAuthFlow::Scope
- Defined in:
- lib/jsapi/meta/oauth_flow.rb
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 scope.
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 scope.
13 |
# File 'lib/jsapi/meta/oauth_flow.rb', line 13 attribute :description, String, default: '' |