Module: ConvenientService::Specification

Defined in:
lib/convenient_service/specification.rb

Constant Summary collapse

NAME =
"convenient_service"
AUTHORS =
["Marian Kostyk"].freeze
EMAIL =
["[email protected]"].freeze
HOMEPAGE =
"https://github.com/marian13/convenient_service"
SUMMARY =
<<~TEXT
  Service object pattern implementation in Ruby.
TEXT
DESCRIPTION =
<<~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