class Pronto::Message

def hash

def hash
  comparison_attributes.reduce(0) do |hash, attribute|
    hash ^ send(attribute).hash
  end
end