Method: FireflyIIIClient::ChartDataSet#entries
- Defined in:
- lib/firefly_iii_client/models/chart_data_set.rb
#entries ⇒ Object
The actual entries for this data set. They ‘key’ value is the label for the data point. The value is the actual (numerical) value.
38 39 40 |
# File 'lib/firefly_iii_client/models/chart_data_set.rb', line 38 def entries @entries end |