Sha256: ccb2683e58655587577b6337ac9e66ced903c6a630076a91a83165a0e4ded1f7

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

module MnoEnterprise
  class Impac::Widget < BaseResource

    attributes :name, :width, :widget_category, :settings

    alias_attribute :endpoint, :widget_category

    belongs_to :dashboard, class_name: 'MnoEnterprise::Impac::Dashboard'
    has_many :kpis, class_name: 'MnoEnterprise::Impac::Kpi'

    def to_audit_event
      {name: name}
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mno-enterprise-core-3.2.1 app/models/mno_enterprise/impac/widget.rb
mno-enterprise-core-3.2.0 app/models/mno_enterprise/impac/widget.rb