class Attio::Comment

def save(**opts)

Override save to raise error since comments are immutable
def save(**opts)
  raise InvalidRequestError, "Comments are immutable and cannot be updated"
end