Class: UU::OS::ImageCatalog::ImageCatalogImageEntryAttributes

Inherits:
REST::DTO
  • Object
show all
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)

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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Array<String>)


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.

Returns:



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