Open memoxmrdl opened 4 years ago
I don't think it would make sense for it to return PlaceOrder
, since it must return a context.
Should you want to know the name of the interactor after calling it you can always do something like:
interactor = PlaceOrder
interactor.call
interactor.class
# => PlaceOrder
For example: