Class: Authlete::Model::Response::GrantedScopesGetResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::GrantedScopesGetResponse
- Defined in:
- lib/authlete/model/response/granted-scopes-get-response.rb
Instance Attribute Summary collapse
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#latestGrantedScopes ⇒ Object
(also: #latest_granted_scopes)
Returns the value of attribute latestGrantedScopes.
-
#mergedGrantedScopes ⇒ Object
(also: #merged_granted_scopes)
Returns the value of attribute mergedGrantedScopes.
-
#modifiedAt ⇒ Object
(also: #modified_at)
Returns the value of attribute modifiedAt.
-
#serviceApiKey ⇒ Object
(also: #service_api_key)
Returns the value of attribute serviceApiKey.
-
#subject ⇒ Object
Returns the value of attribute subject.
Attributes inherited from Authlete::Model::Result
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods inherited from Base
Instance Attribute Details
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
27 28 29 |
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 27 def clientId @clientId end |
#latestGrantedScopes ⇒ Object Also known as: latest_granted_scopes
Returns the value of attribute latestGrantedScopes.
33 34 35 |
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 33 def latestGrantedScopes @latestGrantedScopes end |
#mergedGrantedScopes ⇒ Object Also known as: merged_granted_scopes
Returns the value of attribute mergedGrantedScopes.
37 38 39 |
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 37 def mergedGrantedScopes @mergedGrantedScopes end |
#modifiedAt ⇒ Object Also known as: modified_at
Returns the value of attribute modifiedAt.
41 42 43 |
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 41 def modifiedAt @modifiedAt end |
#serviceApiKey ⇒ Object Also known as: service_api_key
Returns the value of attribute serviceApiKey.
23 24 25 |
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 23 def serviceApiKey @serviceApiKey end |
#subject ⇒ Object
Returns the value of attribute subject.
31 32 33 |
# File 'lib/authlete/model/response/granted-scopes-get-response.rb', line 31 def subject @subject end |