mirror of
https://github.com/internetee/registry.git
synced 2025-07-06 03:03:21 +02:00
4 lines
210 B
Ruby
4 lines
210 B
Ruby
builder.tag!('domain:delData', 'xmlns:domain' => 'https://epp.tld.ee/schema/domain-eis-1.0.xsd') do
|
|
builder.tag!('domain:name', bye_bye.object['name'])
|
|
builder.tag!('domain:exDate', bye_bye.created_at)
|
|
end
|