Class: Yes::Core::ProcessManagers::AccessTokenClient::Response
- Inherits:
-
Data
- Object
- Data
- Yes::Core::ProcessManagers::AccessTokenClient::Response
- Defined in:
- lib/yes/core/process_managers/access_token_client.rb
Overview
Holds structured response data from the token request.
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#parsed_body ⇒ Object
readonly
Returns the value of attribute parsed_body.
-
#request_body ⇒ Object
readonly
Returns the value of attribute request_body.
-
#request_url ⇒ Object
readonly
Returns the value of attribute request_url.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#status_code ⇒ Object
readonly
Returns the value of attribute status_code.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
16 17 18 |
# File 'lib/yes/core/process_managers/access_token_client.rb', line 16 def body @body end |
#parsed_body ⇒ Object (readonly)
Returns the value of attribute parsed_body
16 17 18 |
# File 'lib/yes/core/process_managers/access_token_client.rb', line 16 def parsed_body @parsed_body end |
#request_body ⇒ Object (readonly)
Returns the value of attribute request_body
16 17 18 |
# File 'lib/yes/core/process_managers/access_token_client.rb', line 16 def request_body @request_body end |
#request_url ⇒ Object (readonly)
Returns the value of attribute request_url
16 17 18 |
# File 'lib/yes/core/process_managers/access_token_client.rb', line 16 def request_url @request_url end |
#response ⇒ Object (readonly)
Returns the value of attribute response
16 17 18 |
# File 'lib/yes/core/process_managers/access_token_client.rb', line 16 def response @response end |
#status_code ⇒ Object (readonly)
Returns the value of attribute status_code
16 17 18 |
# File 'lib/yes/core/process_managers/access_token_client.rb', line 16 def status_code @status_code end |