Module: Strum::Service::ClassMethods

Defined in:
lib/strum/service.rb

Overview

Internal: Interactor class methods.

Instance Method Summary collapse

Instance Method Details

#call(_input, **args, &block) ⇒ Object



16
17
18
# File 'lib/strum/service.rb', line 16

def call(_input, **args, &block)
  new(_input, args).execute(&block)
end