Method: FireflyIIIClient::ChartDataSet.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



41
42
43
44
45
46
47
48
49
50
51
52
# File 'lib/firefly_iii_client/models/chart_data_set.rb', line 41

def self.attribute_map
  {
    :'label' => :'label',
    :'currency_id' => :'currency_id',
    :'currency_code' => :'currency_code',
    :'currency_symbol' => :'currency_symbol',
    :'currency_decimal_places' => :'currency_decimal_places',
    :'type' => :'type',
    :'y_axis_id' => :'yAxisID',
    :'entries' => :'entries'
  }
end