Module: ConvenientService::Specification

Defined in:
lib/convenient_service/specification.rb

Constant Summary collapse

NAME =

Returns:

  • (String)
"convenient_service"
AUTHORS =

Returns:

  • (Array<String>)
["Marian Kostyk"].freeze
EMAIL =

Returns:

  • (Array<String>)
["[email protected]"].freeze
HOMEPAGE =

Returns:

  • (String)
"https://github.com/marian13/convenient_service"
SUMMARY =

Returns:

  • (String)
<<~TEXT
  Service object pattern implementation in Ruby.
TEXT
DESCRIPTION =

Returns:

  • (String)
<<~TEXT
  Yet another approach to revisit the service object pattern in Ruby, but this time focusing on the unique, opinionated, moderately obtrusive, but not mandatory features.
TEXT