class Attio::Comment

def resource_path

def resource_path
  comment_id = extract_comment_id
  "#{self.class.resource_path}/#{comment_id}"
end