Class: Harmony::Service::Chart::Response

Inherits:
Response show all
Defined in:
lib/harmony/service/chart/response.rb

Instance Attribute Summary collapse

Attributes inherited from Response

#access_token, #flow_session_properties, #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

#x_valuesObject

Returns the value of attribute x_values.



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

def x_values
  @x_values
end

#y_valuesObject

Returns the value of attribute y_values.



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

def y_values
  @y_values
end