Class: NominetEPP::Contact::Delete
- Defined in:
- lib/nominet-epp/requests/contact/delete.rb
Instance Attribute Summary
Attributes inherited from Request
Instance Method Summary collapse
-
#initialize(id) ⇒ Delete
constructor
A new instance of Delete.
Methods inherited from Request
#command_name, #namespaces, #xml_namespace, #xml_node
Constructor Details
#initialize(id) ⇒ Delete
Returns a new instance of Delete.
4 5 6 |
# File 'lib/nominet-epp/requests/contact/delete.rb', line 4 def initialize(id) @command = EPP::Contact::Delete.new(id) end |