Module: ConvenientService::Service::Plugins::HasMermaidFlowchart::Concern Private

Includes:
ConvenientService::Support::Concern
Defined in:
lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Class Method Summary collapse

Class Method Details

.mermaid_flowchartConvenientService::Service::Plugins::HasMermaidFlowchart::Entities::Flowchart

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



21
22
23
# File 'lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb', line 21

def mermaid_flowchart
  Entities::Flowchart.new(service: self)
end