Class: PackwerkMermaid::MermaidFlowchartBuilder::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/packwerk_mermaid/mermaid_flowchart_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameObject



6
7
8
# File 'lib/packwerk_mermaid/mermaid_flowchart_builder.rb', line 6

def display_name
  @display_name || identifier
end

#identifierObject

Returns the value of attribute identifier



5
6
7
# File 'lib/packwerk_mermaid/mermaid_flowchart_builder.rb', line 5

def identifier
  @identifier
end

#short_identifierObject

Returns the value of attribute short_identifier



5
6
7
# File 'lib/packwerk_mermaid/mermaid_flowchart_builder.rb', line 5

def short_identifier
  @short_identifier
end