Class: ConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Factories::Hash::SymbolValue

Inherits:
Base
  • Object
show all
Defined in:
lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb

Instance Attribute Summary

Attributes inherited from Base

#other

Instance Method Summary collapse

Methods inherited from Base

#key, #value

Methods inherited from Base

#==, #initialize

Methods included from ConvenientService::Support::Concern

included

Instance Method Details

#create_callerConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Callers::Base



30
31
32
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb', line 30

def create_caller
  Entities::Callers::Alias.new(value)
end

#create_keyConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Key



16
17
18
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb', line 16

def create_key
  Entities::Key.new(key)
end

#create_nameConvenientService::Service::Plugins::CanHaveSteps::Entities::Method::Entities::Name



23
24
25
# File 'lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb', line 23

def create_name
  Entities::Name.new(value)
end