Method: EPPClient::SecDNS#domain_create

Defined in:
lib/epp-client/secdns.rb

#domain_create(domain) ⇒ Object

Extends the EPPClient::Domain#domain_create so that the specific secDNS create informations can be sent, the additionnal informations are :

either:

:keyData

containing an array of keyData objects as described in the domain_info function.

:dsData

containing an array of dsData objects as described in the domain_info function.

Optionnaly :

:maxSigLife

as described in the domain_info function.



94
95
96
# File 'lib/epp-client/secdns.rb', line 94

def domain_create(domain)
  super # placeholder so that I can add some doc
end