Sha256: e1632feb31ea6e60973d55b6a596d59b9d1d646e025b241acd3e78a970add206

Contents?: true

Size: 392 Bytes

Versions: 8

Compression:

Stored size: 392 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module CanHaveSteps
        module Entities
          class Step
            module Structs
              Params = ::Struct.new(:service, :inputs, :outputs, :index, :container, :organizer, :extra_kwargs, keyword_init: true)
            end
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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