Sha256: 5a218de51dfcbe1d8f11fc3c19c5b0b409ed0e193576e4cd9dcc69bb6955c026

Contents?: true

Size: 453 Bytes

Versions: 10

Compression:

Stored size: 453 Bytes

Contents

# frozen_string_literal: true

require_relative "concern/instance_methods"

module ConvenientService
  module Service
    module Plugins
      module CanHaveSteps
        module Entities
          class Step
            module Concern
              include Support::Concern

              included do |step_class|
                step_class.include InstanceMethods
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.19.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.18.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.17.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.16.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.15.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.14.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.13.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.12.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb
convenient_service-0.11.0 lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb