class Attio::Task

def resource_path

def resource_path
  task_id = extract_task_id
  "#{self.class.resource_path}/#{task_id}"
end