Class: Browser::Device::Unknown
- Inherits:
-
Base
- Object
- Base
- Browser::Device::Unknown
show all
- Defined in:
- lib/browser/device/unknown.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/unknown.rb', line 6
def id
:unknown_device
end
|
#match? ⇒ Boolean
14
15
16
|
# File 'lib/browser/device/unknown.rb', line 14
def match?
true
end
|
#name ⇒ Object
10
11
12
|
# File 'lib/browser/device/unknown.rb', line 10
def name
"Unknown"
end
|