Class: Banzai::ReferenceParser::AlertParser

Inherits:
BaseParser
  • Object
show all
Defined in:
lib/banzai/reference_parser/alert_parser.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseParser

#can?, #collection_cache_key, #collection_objects_for_ids, data_attribute, #find_projects_for_hash_keys, #gather_attributes_per_project, #gather_references, #grouped_objects_for_nodes, #initialize, #nodes_user_can_reference, #nodes_visible_to_user, #process, #project_for_node, #projects_for_nodes, #referenced_by, #unique_attribute_values

Constructor Details

This class inherits a constructor from Banzai::ReferenceParser::BaseParser

Class Method Details

.reference_classObject



8
9
10
# File 'lib/banzai/reference_parser/alert_parser.rb', line 8

def self.reference_class
  AlertManagement::Alert
end

Instance Method Details

#references_relationObject



12
13
14
# File 'lib/banzai/reference_parser/alert_parser.rb', line 12

def references_relation
  AlertManagement::Alert
end