# frozen_string_literal: true module ActiveCampaign class Note < Model # :nodoc: define_attributes :note, :relid, :reltype end end