Class: Xdelivery::API::Ping
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Xdelivery::API::Base
Instance Method Details
#ping! ⇒ Object
4 5 6 |
# File 'lib/xdelivery/api/ping.rb', line 4 def ping! Response::Ping.new(get('/')) end |