module Aua::Agents::Chrome::Frame

Public Class Methods

extend?(agent) click to toggle source
# File lib/aua/agents/chrome.rb, line 19
def self.extend?(agent)
  agent.products.include?("chromeframe")
end

Public Instance Methods

name() click to toggle source
# File lib/aua/agents/chrome.rb, line 27
def name
  :Chromeframe
end
type() click to toggle source
# File lib/aua/agents/chrome.rb, line 23
def type
  :Browser
end
version() click to toggle source
# File lib/aua/agents/chrome.rb, line 31
def version
  @version ||= version_of("chromeframe")
end