module Aua::Agents::OtherBrowsers
Constants
- KNOWN_CLIENTS
Public Class Methods
extend?(agent)
click to toggle source
# File lib/aua/agents/other_browsers.rb, line 4 def self.extend?(agent) KNOWN_CLIENTS.include?(agent.app) end
Public Instance Methods
name()
click to toggle source
# File lib/aua/agents/other_browsers.rb, line 12 def name products[0].to_sym end
type()
click to toggle source
# File lib/aua/agents/other_browsers.rb, line 8 def type :Browser end