Method: FireflyIIIClient::SystemInfoData#==
- Defined in:
- lib/firefly_iii_client/models/system_info_data.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
137 138 139 140 141 142 143 144 145 |
# File 'lib/firefly_iii_client/models/system_info_data.rb', line 137 def ==(o) return true if self.equal?(o) self.class == o.class && version == o.version && api_version == o.api_version && php_version == o.php_version && os == o.os && driver == o.driver end |