Sha256: 095262046e181c80f369472479262e7ac49269dc227ace53d5052ad91db0f676

Contents?: true

Size: 539 Bytes

Versions: 6

Compression:

Stored size: 539 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module HasMermaidFlowchart
        module Concern
          include Support::Concern

          class_methods do
            ##
            # @api public
            #
            # @return [ConvenientService::Service::Plugins::HasMermaidFlowchart::Entities::Flowchart]
            #
            def mermaid_flowchart
              Entities::Flowchart.new(service: self)
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.18.0 lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb
convenient_service-0.17.0 lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb
convenient_service-0.16.0 lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb
convenient_service-0.15.0 lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb
convenient_service-0.14.0 lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb
convenient_service-0.13.0 lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb