Class: DeviceWizard::OperatingSystemDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



278
279
280
# File 'lib/device_wizard.rb', line 278

def name
  @name
end

#typeObject

Returns the value of attribute type.



279
280
281
# File 'lib/device_wizard.rb', line 279

def type
  @type
end

#versionObject

Returns the value of attribute version.



280
281
282
# File 'lib/device_wizard.rb', line 280

def version
  @version
end