class Attio::APIResource

def changed?

Dirty tracking
def changed?
  !@changed_attributes.empty?
end