Class: ProductLine::ImageRetriever::Result
- Inherits:
-
Data
- Object
- Data
- ProductLine::ImageRetriever::Result
- Defined in:
- app/services/product_line/image_retriever.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#all_images ⇒ Object
readonly
Returns the value of attribute all_images.
-
#images_grouped ⇒ Object
readonly
Returns the value of attribute images_grouped.
Instance Method Summary collapse
-
#initialize(all_images: nil, images_grouped: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(all_images: nil, images_grouped: nil) ⇒ Result
Returns a new instance of Result.
7 |
# File 'app/services/product_line/image_retriever.rb', line 7 def initialize(all_images: nil, images_grouped: nil) = super |
Instance Attribute Details
#all_images ⇒ Object (readonly)
Returns the value of attribute all_images
6 7 8 |
# File 'app/services/product_line/image_retriever.rb', line 6 def all_images @all_images end |
#images_grouped ⇒ Object (readonly)
Returns the value of attribute images_grouped
6 7 8 |
# File 'app/services/product_line/image_retriever.rb', line 6 def images_grouped @images_grouped end |