Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Directions::Output Private

Inherits:
Base
  • Object
show all
Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/output.rb

Overview

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.

Since:

  • 1.0.0

Instance Method Summary collapse

Methods inherited from Base

#==, #to_arguments

Methods included from ConvenientService::Support::Copyable

#copy

Methods included from ConvenientService::Support::AbstractMethod

abstract_method

Methods included from ConvenientService::Support::Concern

included

Instance Method Details

#define_output_in_container!(container, index:, method:) ⇒ 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.

Since:

  • 1.0.0



17
18
19
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/output.rb', line 17

def define_output_in_container!(container, index:, method:)
  false
end