Method: FireflyIIIClient::ChartDataSet#hash

Defined in:
lib/firefly_iii_client/models/chart_data_set.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



165
166
167
# File 'lib/firefly_iii_client/models/chart_data_set.rb', line 165

def hash
  [label, currency_id, currency_code, currency_symbol, currency_decimal_places, type, y_axis_id, entries].hash
end