class Xdelivery::API::Ping
Public Instance Methods
ping!()
click to toggle source
# File lib/xdelivery/api/ping.rb, line 4 def ping! Response::Ping.new(get('/')) end
# File lib/xdelivery/api/ping.rb, line 4 def ping! Response::Ping.new(get('/')) end