Method: FuseClient::SyncTransactionsResponse#hash

Defined in:
lib/fuse_client/models/sync_transactions_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



151
152
153
# File 'lib/fuse_client/models/sync_transactions_response.rb', line 151

def hash
  [added, modified, removed, next_cursor, has_next, request_id].hash
end