Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Factories::Hash::SymbolValue Private
- Inherits:
-
Base
- Object
- Factories::Base
- Base
- ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Factories::Hash::SymbolValue
- Defined in:
- lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.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
Methods inherited from Base
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.
35 36 37 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb', line 35 def create_caller Entities::Callers::Alias.new(value) 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.
21 22 23 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb', line 21 def create_key Entities::Key.new(key) 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.
28 29 30 |
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb', line 28 def create_name Entities::Name.new(value) end |