Class: Harmony::Service::Response
- Defined in:
- lib/harmony/service/response.rb
Direct Known Subclasses
Calculator::Response, Chart::Response, ErrorResponse, Notification::AppResponse, OauthTokenResponse
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#flow_session_properties ⇒ Object
Returns the value of attribute flow_session_properties.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
Method Summary
Methods inherited from Message
attr_accessor, attributes, #attributes, #initialize, json_create
Constructor Details
This class inherits a constructor from Harmony::Service::Message
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
2 3 4 |
# File 'lib/harmony/service/response.rb', line 2 def access_token @access_token end |
#flow_session_properties ⇒ Object
Returns the value of attribute flow_session_properties.
2 3 4 |
# File 'lib/harmony/service/response.rb', line 2 def flow_session_properties @flow_session_properties end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
2 3 4 |
# File 'lib/harmony/service/response.rb', line 2 def refresh_token @refresh_token end |