Class: DeviceWizard::BrowserDetails
- Inherits:
-
Object
- Object
- DeviceWizard::BrowserDetails
- Defined in:
- lib/device_wizard.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ BrowserDetails
constructor
A new instance of BrowserDetails.
Constructor Details
#initialize ⇒ BrowserDetails
Returns a new instance of BrowserDetails.
149 150 151 152 |
# File 'lib/device_wizard.rb', line 149 def initialize @name = UNKNOWN @version = UNKNOWN end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
146 147 148 |
# File 'lib/device_wizard.rb', line 146 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
147 148 149 |
# File 'lib/device_wizard.rb', line 147 def version @version end |