mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
13 lines
292 B
Ruby
13 lines
292 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => '1000') do
|
|
xml.msg 'Command completed successfully'
|
|
end
|
|
|
|
xml.resData do
|
|
xml << render('epp/contacts/partials/check', builder: xml, results: @results)
|
|
end
|
|
|
|
render('epp/shared/trID', builder: xml)
|
|
end
|
|
end
|