Sha256: e174a4ee3de6ee5df7bd4221f138720ec5b68dbf192a465fafcd9103f26a203c

Contents?: true

Size: 381 Bytes

Versions: 14

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

require_relative "core/instance_methods"
require_relative "core/class_methods"

require_relative "core/entities"

require_relative "core/aliases"

module ConvenientService
  module Core
    include Support::Concern

    included do |service_class|
      service_class.include InstanceMethods
      service_class.extend ClassMethods
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
convenient_service-0.11.0 lib/convenient_service/core.rb
convenient_service-0.10.1 lib/convenient_service/core.rb
convenient_service-0.10.0 lib/convenient_service/core.rb
convenient_service-0.9.0 lib/convenient_service/core.rb
convenient_service-0.8.0 lib/convenient_service/core.rb
convenient_service-0.7.0 lib/convenient_service/core.rb
convenient_service-0.6.0 lib/convenient_service/core.rb
convenient_service-0.5.0 lib/convenient_service/core.rb
convenient_service-0.4.0 lib/convenient_service/core.rb
convenient_service-0.3.1 lib/convenient_service/core.rb
convenient_service-0.3.0 lib/convenient_service/core.rb
convenient_service-0.2.1 lib/convenient_service/core.rb
convenient_service-0.2.0 lib/convenient_service/core.rb
convenient_service-0.1.0 lib/convenient_service/core.rb