Class: DeviceWizard::DeviceDetails
- Inherits:
-
Object
- Object
- DeviceWizard::DeviceDetails
- Defined in:
- lib/device_wizard.rb
Instance Attribute Summary collapse
-
#browser ⇒ Object
Returns the value of attribute browser.
-
#os ⇒ Object
Returns the value of attribute os.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#browser ⇒ Object
Returns the value of attribute browser.
141 142 143 |
# File 'lib/device_wizard.rb', line 141 def browser @browser end |
#os ⇒ Object
Returns the value of attribute os.
142 143 144 |
# File 'lib/device_wizard.rb', line 142 def os @os end |
#type ⇒ Object
Returns the value of attribute type.
140 141 142 |
# File 'lib/device_wizard.rb', line 140 def type @type end |