Class: Authlete::Model::Response::TokenRevokeResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::TokenRevokeResponse
- Defined in:
- lib/authlete/model/response/token-revoke-response.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
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
#count ⇒ Object
Returns the value of attribute count.
23 24 25 |
# File 'lib/authlete/model/response/token-revoke-response.rb', line 23 def count @count end |