# File lib/mobileesp_converted/user_agent_info.rb, line 225
    def initialize(user_agent, http_accept)
      if (user_agent != nil)
        @user_agent = user_agent.downcase
      end
      if (http_accept != nil)
        @http_accept = http_accept.downcase
      end


      init_device_scan()
    end