# frozen_string_literal: true module ActiveCampaign class TaskOutcome < Model # :nodoc: define_attributes :title, :sentiment end end