Class: Authlete::Model::Response::ServiceListResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/service-list-response.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#services ⇒ Object
Returns the value of attribute services.
-
#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
#end ⇒ Object
Returns the value of attribute end.
26 27 28 |
# File 'lib/authlete/model/response/service-list-response.rb', line 26 def end @end end |
#services ⇒ Object
Returns the value of attribute services.
32 33 34 |
# File 'lib/authlete/model/response/service-list-response.rb', line 32 def services @services end |
#start ⇒ Object
Returns the value of attribute start.
24 25 26 |
# File 'lib/authlete/model/response/service-list-response.rb', line 24 def start @start end |
#totalCount ⇒ Object Also known as: total_count
Returns the value of attribute totalCount.
28 29 30 |
# File 'lib/authlete/model/response/service-list-response.rb', line 28 def totalCount @totalCount end |