class EacRubyUtils::CommonConstructor::InstanceInitialize
def object_attributes_set
def object_attributes_set common_constructor.args.each do |arg_name| object.send("#{arg_name}=", arg_value(arg_name)) end end
def object_attributes_set common_constructor.args.each do |arg_name| object.send("#{arg_name}=", arg_value(arg_name)) end end