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