Class: Browser::Device::PlayStation3

Inherits:
Base
  • Object
show all
Defined in:
lib/browser/device/playstation3.rb

Instance Attribute Summary

Attributes inherited from Base

#ua

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Browser::Device::Base

Instance Method Details

#idObject



5
6
7
# File 'lib/browser/device/playstation3.rb', line 5

def id
  :ps3
end

#match?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/browser/device/playstation3.rb', line 13

def match?
  ua =~ /PLAYSTATION 3/i
end

#nameObject



9
10
11
# File 'lib/browser/device/playstation3.rb', line 9

def name
  "PlayStation 3"
end