Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Factories::String Private
- Inherits:
-
Factories::Base
- Object
- Factories::Base
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Factories::String
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/string.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 Method Summary collapse
- #create_caller ⇒ ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Callers::Base private
- #create_key ⇒ ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Key private
- #create_name ⇒ ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Name private
Instance Method Details
#create_caller ⇒ ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Callers::Base
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.
34 35 36 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/string.rb', line 34 def create_caller Entities::Callers::Usual.new(other) end |
#create_key ⇒ ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Key
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/factories/string.rb', line 20 def create_key Entities::Key.new(other) end |
#create_name ⇒ ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Name
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.
27 28 29 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/string.rb', line 27 def create_name Entities::Name.new(other) end |