Module: ConvenientService::Standard::V1 Deprecated

Defined in:
lib/convenient_service/service/configs/standard/aliases.rb

Overview

Deprecated.

Refactor your code or use a backport.

Intermediate module to access ConvenientService::Standard::V1::Config by the end-users.

Constant Summary collapse

Config =
Deprecated.

Refactor your code or use a backport.

Deprecated Convenient Service main entrypoint.

Examples:

Allows to define services.

class Service
  include ConvenientService::Standard::V1::Config

  def result
    success
  end
end

See Also:

Since:

  • 1.0.0

::ConvenientService::Service::Configs::Standard::V1