Class: Harmony::Service::Chart::Response
- Defined in:
- lib/harmony/service/chart/response.rb
Instance Attribute Summary collapse
-
#x_values ⇒ Object
Returns the value of attribute x_values.
-
#y_values ⇒ Object
Returns the value of attribute y_values.
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_values ⇒ Object
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_values ⇒ Object
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 |