class Attio::APIResource

def reset_changes!

Returns:
  • (void) -
def reset_changes!
  @changed_attributes.clear
  @original_attributes = deep_copy(@attributes)
end