Method: FireflyIIIClient::ChartDataSet.build_from_hash

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

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



172
173
174
# File 'lib/firefly_iii_client/models/chart_data_set.rb', line 172

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end