Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Callers::Usual Private
- Inherits:
-
Base
- Object
- Base
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Callers::Usual
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/usual.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.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #calculate_value(method) ⇒ Object private
- #define_output_in_container!(container, index:, method:) ⇒ Object private
- #usual? ⇒ Boolean private
Methods inherited from Base
#==, #alias?, #initialize, #proc?, #raw?, #to_args, #to_arguments
Methods included from ConvenientService::Support::Copyable
Methods included from ConvenientService::Support::AbstractMethod
Methods included from ConvenientService::Support::Concern
Constructor Details
This class inherits a constructor from ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Callers::Base
Instance Method Details
#calculate_value(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.
24 25 26 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/usual.rb', line 24 def calculate_value(method) method.organizer.__send__(method.name.to_s) end |
#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.
28 29 30 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/usual.rb', line 28 def define_output_in_container!(container, index:, method:) Commands::DefineMethodInContainer.call(method: method, container: container, index: index) end |
#usual? ⇒ Boolean
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.
20 21 22 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/usual.rb', line 20 def usual? true end |