Class: DeviceWizard::Details::OperatingSystem

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end