Class: DeviceWizard::Details::Device
- Inherits:
-
Object
- Object
- DeviceWizard::Details::Device
- Defined in:
- lib/device_wizard/details/device.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.
7 8 9 |
# File 'lib/device_wizard/details/device.rb', line 7 def browser @browser end |
#os ⇒ Object
Returns the value of attribute os.
8 9 10 |
# File 'lib/device_wizard/details/device.rb', line 8 def os @os end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/device_wizard/details/device.rb', line 6 def type @type end |