Class: Aeolus::Image::Warehouse::Image::OS
- Inherits:
-
Struct
- Object
- Struct
- Aeolus::Image::Warehouse::Image::OS
- Defined in:
- lib/aeolus_image/model/warehouse/image.rb
Instance Attribute Summary collapse
-
#arch ⇒ Object
Returns the value of attribute arch.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#arch ⇒ Object
Returns the value of attribute arch
19 20 21 |
# File 'lib/aeolus_image/model/warehouse/image.rb', line 19 def arch @arch end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/aeolus_image/model/warehouse/image.rb', line 19 def name @name end |
#version ⇒ Object
Returns the value of attribute version
19 20 21 |
# File 'lib/aeolus_image/model/warehouse/image.rb', line 19 def version @version end |