class Pronto::Message

def ==(other)

def ==(other)
  comparison_attributes.all? do |attribute|
    send(attribute) == other.send(attribute)
  end
end