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