Class: UU::OS::ImageCatalog::ImageCatalogImageEntryAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::ImageCatalog::ImageCatalogImageEntryAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/image_catalog/image_catalog_image_entry_attributes.rb
Overview
DTO representing image entry in an image list.
Instance Attribute Summary (collapse)
-
- (String) code
Code of the image.
-
- (String) name
Name of the image.
-
- (Array<String>) tag_list
List of tags of the image.
-
- (UU::OS::UESURI) uri
URI of the image.
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (String) code
Code of the image.
21 22 23 |
# File 'uu_os-0.29.16/lib/uu/os/image_catalog/image_catalog_image_entry_attributes.rb', line 21 def code @code end |
- (String) name
Name of the image.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/image_catalog/image_catalog_image_entry_attributes.rb', line 17 def name @name end |
- (Array<String>) tag_list
List of tags of the image.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/image_catalog/image_catalog_image_entry_attributes.rb', line 25 def tag_list @tag_list end |
- (UU::OS::UESURI) uri
URI of the image.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/image_catalog/image_catalog_image_entry_attributes.rb', line 13 def uri @uri end |