Class: UU::ImageCatalog::ImageCatalog::ImageCatalogImportCatalogData
- Inherits:
-
OS::REST::DTO
- Object
- OS::REST::DTO
- UU::ImageCatalog::ImageCatalog::ImageCatalogImportCatalogData
- Defined in:
- uu_imagecatalog-0.4.1/lib/uu/image_catalog/image_catalog/image_catalog_import_catalog_data.rb
Overview
DTO for importing image catalog content data.
Instance Attribute Summary (collapse)
-
- (UU::OS::REST::BinaryValue) data
A .zip file with catalog data - fonts, static image resources and descriptor file (catalog.json).
Method Summary
Methods inherited from OS::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
- (UU::OS::REST::BinaryValue) data
A .zip file with catalog data - fonts, static image resources and descriptor file (catalog.json).
13 14 15 |
# File 'uu_imagecatalog-0.4.1/lib/uu/image_catalog/image_catalog/image_catalog_import_catalog_data.rb', line 13 def data @data end |