Class: DeviceWizard::DeviceDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#browserObject

Returns the value of attribute browser.



141
142
143
# File 'lib/device_wizard.rb', line 141

def browser
  @browser
end

#osObject

Returns the value of attribute os.



142
143
144
# File 'lib/device_wizard.rb', line 142

def os
  @os
end

#typeObject

Returns the value of attribute type.



140
141
142
# File 'lib/device_wizard.rb', line 140

def type
  @type
end