Class: DeviceWizard::Details::Device

Inherits:
Object
  • Object
show all
Defined in:
lib/device_wizard/details/device.rb

Instance Attribute Summary collapse

Instance Attribute Details

#browserObject

Returns the value of attribute browser.



7
8
9
# File 'lib/device_wizard/details/device.rb', line 7

def browser
  @browser
end

#osObject

Returns the value of attribute os.



8
9
10
# File 'lib/device_wizard/details/device.rb', line 8

def os
  @os
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/device_wizard/details/device.rb', line 6

def type
  @type
end