Class: Authlete::Model::Response::RevocationResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::RevocationResponse
- Defined in:
- lib/authlete/model/response/revocation-response.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#responseContent ⇒ Object
(also: #response_content)
Returns the value of attribute responseContent.
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
#action ⇒ Object
Returns the value of attribute action.
22 23 24 |
# File 'lib/authlete/model/response/revocation-response.rb', line 22 def action @action end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
24 25 26 |
# File 'lib/authlete/model/response/revocation-response.rb', line 24 def responseContent @responseContent end |