Class: Authlete::Model::Response::ClientListResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/client-list-response.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#clients ⇒ Object
Returns the value of attribute clients.
-
#developer ⇒ Object
Returns the value of attribute developer.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#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
#clients ⇒ Object
Returns the value of attribute clients.
34 35 36 |
# File 'lib/authlete/model/response/client-list-response.rb', line 34 def clients @clients end |
#developer ⇒ Object
Returns the value of attribute developer.
28 29 30 |
# File 'lib/authlete/model/response/client-list-response.rb', line 28 def developer @developer end |
#end ⇒ Object
Returns the value of attribute end.
26 27 28 |
# File 'lib/authlete/model/response/client-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/client-list-response.rb', line 24 def start @start end |
#totalCount ⇒ Object Also known as: total_count
Returns the value of attribute totalCount.
30 31 32 |
# File 'lib/authlete/model/response/client-list-response.rb', line 30 def totalCount @totalCount end |