Class: DeviceWizard::Details::OperatingSystem
- Inherits:
-
Object
- Object
- DeviceWizard::Details::OperatingSystem
- Defined in:
- lib/device_wizard/details/operating_system.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/device_wizard/details/operating_system.rb', line 6 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/device_wizard/details/operating_system.rb', line 7 def type @type end |
#version ⇒ Object
Returns the value of attribute version.
8 9 10 |
# File 'lib/device_wizard/details/operating_system.rb', line 8 def version @version end |