Class: NominetEPP::Domain::Delete

Inherits:
Request
  • Object
show all
Defined in:
lib/nominet-epp/requests/domain/delete.rb

Instance Attribute Summary

Attributes inherited from Request

#command, #extension

Instance Method Summary collapse

Methods inherited from Request

#command_name, #namespaces, #xml_namespace, #xml_node

Constructor Details

#initialize(name) ⇒ Delete

Returns a new instance of Delete.



4
5
6
# File 'lib/nominet-epp/requests/domain/delete.rb', line 4

def initialize(name)
  @command = EPP::Domain::Delete.new(name)
end