class Admin::Suggestion::MissingNodes

Missing nodes list as that may impact whether to actually take action. Each district with missing nodes gets its own district-scoped suggestion. These are rolled up into a profile-scope suggestion. These are rolled up into a single general-scope suggestion. So, one missing node means three suggestions with different scope.

Attributes

contents[RW]

Container of rolled up suggestions underneath this scope.

nodes[RW]

array of names of missing nodes

Public Class Methods

important?() click to toggle source
# File lib/admin/suggestion/types.rb, line 67
def self.important?; true; end

Public Instance Methods

id() click to toggle source
Calls superclass method Admin::Suggestion::Base#id
# File lib/admin/suggestion/types.rb, line 68
def id; super(:@contents); end