Class: Browser::Device::Xbox360
- Inherits:
-
Base
- Object
- Base
- Browser::Device::Xbox360
show all
- Defined in:
- lib/browser/device/xbox_360.rb
Instance Attribute Summary
Attributes inherited from Base
#ua
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#id ⇒ Object
6
7
8
|
# File 'lib/browser/device/xbox_360.rb', line 6
def id
:xbox_360
end
|
#match? ⇒ Boolean
14
15
16
|
# File 'lib/browser/device/xbox_360.rb', line 14
def match?
ua.match?(/Xbox/i)
end
|
#name ⇒ Object
10
11
12
|
# File 'lib/browser/device/xbox_360.rb', line 10
def name
"Xbox 360"
end
|