Class: Browser::Device::IpodTouch
- Inherits:
-
Base
- Object
- Base
- Browser::Device::IpodTouch
show all
- Defined in:
- lib/browser/device/ipod_touch.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/ipod_touch.rb', line 6
def id
:ipod_touch
end
|
#match? ⇒ Boolean
14
15
16
|
# File 'lib/browser/device/ipod_touch.rb', line 14
def match?
ua.include?("iPod")
end
|
#name ⇒ Object
10
11
12
|
# File 'lib/browser/device/ipod_touch.rb', line 10
def name
"iPod Touch"
end
|