Class: HostConnect::PingBuilder
- Inherits:
-
AbstractBuilder
- Object
- AbstractBuilder
- HostConnect::PingBuilder
- Defined in:
- lib/hostconnect/builders/ping_builder.rb
Overview
The Ping request is provided as a simple way of determining whether hostConnect is alive. No arguments needed.
Instance Method Summary collapse
Methods inherited from AbstractBuilder
Instance Method Details
#to_xml ⇒ Object
5 6 7 8 9 |
# File 'lib/hostconnect/builders/ping_builder.rb', line 5 def to_xml x = x.Request { x.PingRequest } x end |