Class: Authlete::Model::Response::ClientListResponse

Inherits:
Base
  • Object
show all
Includes:
Utility
Defined in:
lib/authlete/model/response/client-list-response.rb

Direct Known Subclasses

AuthorizedClientListResponse

Instance Attribute Summary collapse

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

parse

Instance Attribute Details

#clientsObject

Returns the value of attribute clients.



34
35
36
# File 'lib/authlete/model/response/client-list-response.rb', line 34

def clients
  @clients
end

#developerObject

Returns the value of attribute developer.



28
29
30
# File 'lib/authlete/model/response/client-list-response.rb', line 28

def developer
  @developer
end

#endObject

Returns the value of attribute end.



26
27
28
# File 'lib/authlete/model/response/client-list-response.rb', line 26

def end
  @end
end

#startObject

Returns the value of attribute start.



24
25
26
# File 'lib/authlete/model/response/client-list-response.rb', line 24

def start
  @start
end

#totalCountObject 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