Class: EPP::Commands::Delete

Inherits:
ReadWriteCommand show all
Defined in:
lib/epp-client/commands/delete.rb

Instance Method Summary collapse

Methods inherited from ReadWriteCommand

#initialize, #to_xml

Methods inherited from Command

#set_namespaces, #to_s, #to_xml

Methods included from XMLHelpers

#as_xml, #epp_namespace, #epp_node, #xml_document, #xml_namespace, #xml_node

Constructor Details

This class inherits a constructor from EPP::Commands::ReadWriteCommand

Instance Method Details

#nameObject



6
7
8
# File 'lib/epp-client/commands/delete.rb', line 6

def name
  'delete'
end