Class: DeviceDetector::ClientHint::HintBrowser
- Inherits:
-
Struct
- Object
- Struct
- DeviceDetector::ClientHint::HintBrowser
- Defined in:
- lib/device_detector/client_hint.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/device_detector/client_hint.rb', line 10 def name @name end |
#version ⇒ Object
Returns the value of attribute version
10 11 12 |
# File 'lib/device_detector/client_hint.rb', line 10 def version @version end |