Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Factories::String Private

Inherits:
Factories::Base
  • Object
show all
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.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#create_callerConvenientService::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_keyConvenientService::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_nameConvenientService::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