class EacRubyUtils::CommonConstructor::InstanceInitialize

def object_attributes_set

def object_attributes_set
  common_constructor.args.each do |arg_name|
    object_attribute_set(arg_name, arg_value(arg_name))
  end
end