class Proxy::Omaha::OmahaProtocol::Noupdateresponse

Protected Instance Methods

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