Class: EPP::Requests::Hello

Inherits:
Abstract show all
Defined in:
lib/epp-client/requests/hello.rb

Overview

An EPP Hello Request

Instance Attribute Summary

Attributes inherited from Abstract

#namespaces

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

#nameObject



7
8
9
# File 'lib/epp-client/requests/hello.rb', line 7

def name
  'hello'
end