Sha256: 082165f13800d1a368a3f2218b6a71a86d82dfa0765c30884e7796ebd22f9270
Contents?: true
Size: 379 Bytes
Versions: 6
Compression:
Stored size: 379 Bytes
Contents
module MnoEnterprise class Impac::Kpi < BaseResource attributes :settings, :targets, :extra_params, :endpoint, :source, :element_watched, :extra_watchables belongs_to :dashboard, class_name: 'MnoEnterprise::Impac::Dashboard' belongs_to :widget, class_name: 'MnoEnterprise::Impac::Widget' has_many :alerts, class_name: 'MnoEnterprise::Impac::Alert' end end
Version data entries
6 entries across 6 versions & 1 rubygems