Class: Authlete::Model::Response::TokenListResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/token-list-response.rb
Instance Attribute Summary collapse
-
#accessTokens ⇒ Object
(also: #access_tokens)
Returns the value of attribute accessTokens.
-
#client ⇒ Object
Returns the value of attribute client.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#totalCount ⇒ Object
(also: #total_count)
Returns the value of attribute totalCount.
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
#accessTokens ⇒ Object Also known as: access_tokens
Returns the value of attribute accessTokens.
36 37 38 |
# File 'lib/authlete/model/response/token-list-response.rb', line 36 def accessTokens @accessTokens end |
#client ⇒ Object
Returns the value of attribute client.
28 29 30 |
# File 'lib/authlete/model/response/token-list-response.rb', line 28 def client @client end |
#end ⇒ Object
Returns the value of attribute end.
26 27 28 |
# File 'lib/authlete/model/response/token-list-response.rb', line 26 def end @end end |
#start ⇒ Object
Returns the value of attribute start.
24 25 26 |
# File 'lib/authlete/model/response/token-list-response.rb', line 24 def start @start end |
#subject ⇒ Object
Returns the value of attribute subject.
30 31 32 |
# File 'lib/authlete/model/response/token-list-response.rb', line 30 def subject @subject end |
#totalCount ⇒ Object Also known as: total_count
Returns the value of attribute totalCount.
32 33 34 |
# File 'lib/authlete/model/response/token-list-response.rb', line 32 def totalCount @totalCount end |