class Proxy::Omaha::OmahaProtocol::Pingresponse

Protected Instance Methods

xml_response(xml) click to toggle source
# File lib/smart_proxy_omaha/omaha_protocol/pingresponse.rb, line 5
def xml_response(xml)
  xml.ping(:status => 'ok')
end