Method: FireflyIIIClient::SystemInfoData#hash
- Defined in:
- lib/firefly_iii_client/models/system_info_data.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |