Class: Authlete::Model::Request::ClientAuthorizationUpdateRequest
- Defined in:
- lib/authlete/model/request/client-authorization-update-request.rb
Instance Attribute Summary collapse
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#subject ⇒ Object
Returns the value of attribute subject.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#scopes ⇒ Object
Returns the value of attribute scopes.
25 26 27 |
# File 'lib/authlete/model/request/client-authorization-update-request.rb', line 25 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
23 24 25 |
# File 'lib/authlete/model/request/client-authorization-update-request.rb', line 23 def subject @subject end |