Class: CallSheet::StepAdapters::Map Private

Inherits:
Base
  • Object
show all
Defined in:
lib/call_sheet/step_adapters/map.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
# File 'lib/call_sheet/step_adapters/map.rb', line 5

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