Class: EPP::Requests::Hello
- Defined in:
- lib/epp-client/requests/hello.rb
Overview
An EPP Hello Request
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#set_namespaces, #to_s, #to_xml
Methods included from XMLHelpers
#as_xml, #epp_namespace, #epp_node, #xml_document, #xml_namespace, #xml_node
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'lib/epp-client/requests/hello.rb', line 7 def name 'hello' end |