Method: FireflyIIIClient::SystemInfoData#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



155
156
157
# File 'lib/firefly_iii_client/models/system_info_data.rb', line 155

def hash
  [version, api_version, php_version, os, driver].hash
end