Class: DeviceWizard::OperatingSystemDetails
- Inherits:
-
Object
- Object
- DeviceWizard::OperatingSystemDetails
- Defined in:
- lib/device_wizard.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.
278 279 280 |
# File 'lib/device_wizard.rb', line 278 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
279 280 281 |
# File 'lib/device_wizard.rb', line 279 def type @type end |
#version ⇒ Object
Returns the value of attribute version.
280 281 282 |
# File 'lib/device_wizard.rb', line 280 def version @version end |