Sha256: 2c1b1efb9fc576199311865c1efdd043184ac8ab2a90eaf3552e48795f1538c2
Contents?: true
Size: 280 Bytes
Versions: 7
Compression:
Stored size: 280 Bytes
Contents
module MnoEnterprise class Impac::Alert < BaseResource attributes :title, :webhook, :service, :settings, :sent belongs_to :kpi, class_name: 'MnoEnterprise::Impac::Kpi', foreign_key: 'impac_kpi_id' has_many :recipients, class_name: 'MnoEnterprise::User' end end
Version data entries
7 entries across 7 versions & 1 rubygems