Class: Banzai::ReferenceParser::VulnerabilityParser

Inherits:
IssuableParser show all
Defined in:
lib/banzai/reference_parser/vulnerability_parser.rb

Overview

The actual parser is implemented in the EE mixin

Instance Method Summary collapse

Methods inherited from IssuableParser

#can_read_reference?, #nodes_visible_to_user, #referenced_by

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, reference_class, #referenced_by, #references_relation, #unique_attribute_values

Constructor Details

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

Instance Method Details

#records_for_nodes(_nodes) ⇒ Object



9
10
11
# File 'lib/banzai/reference_parser/vulnerability_parser.rb', line 9

def records_for_nodes(_nodes)
  {}
end