mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
11 lines
191 B
Ruby
11 lines
191 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => params[:code]) do
|
|
xml.msg(params[:msg], 'lang' => 'en')
|
|
end
|
|
end
|
|
|
|
xml.trID do
|
|
xml.clTRID params[:clTRID]
|
|
end
|
|
end
|