Class: HelpScout::API::AccessToken::Request
- Inherits:
-
Object
- Object
- HelpScout::API::AccessToken::Request
- Defined in:
- lib/help_scout/api/access_token/request.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
7 8 9 |
# File 'lib/help_scout/api/access_token/request.rb', line 7 def response @response end |
Instance Method Details
#execute ⇒ Object
9 10 11 |
# File 'lib/help_scout/api/access_token/request.rb', line 9 def execute @response = request_token end |