Class: CallSheet::StepAdapters::Tee Private

Inherits:
Base
  • Object
show all
Defined in:
lib/call_sheet/step_adapters/tee.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary

Attributes inherited from Base

#operation, #options

Instance Method Summary collapse

Methods inherited from Base

#arity, #initialize

Constructor Details

This class inherits a constructor from CallSheet::StepAdapters::Base

Instance Method Details

#call(*args, input) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



5
6
7
8
# File 'lib/call_sheet/step_adapters/tee.rb', line 5

def call(*args, input)
  operation.call(*args, input)
  Success(input)
end