Class: Harmony::Service::Response

Inherits:
Message
  • Object
show all
Defined in:
lib/harmony/service/response.rb

Instance Attribute Summary collapse

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_tokenObject

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_propertiesObject

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_tokenObject

Returns the value of attribute refresh_token.



2
3
4
# File 'lib/harmony/service/response.rb', line 2

def refresh_token
  @refresh_token
end