Class: ProductLine::ImageRetriever::Result
- Inherits:
-
Data
- Object
- Data
- ProductLine::ImageRetriever::Result
- Defined in:
- app/services/product_line/image_retriever.rb
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.
5 |
# File 'app/services/product_line/image_retriever.rb', line 5 def initialize(all_images: nil, images_grouped: nil) = super |
Instance Attribute Details
#all_images ⇒ Object (readonly)
Returns the value of attribute all_images
4 5 6 |
# File 'app/services/product_line/image_retriever.rb', line 4 def all_images @all_images end |
#images_grouped ⇒ Object (readonly)
Returns the value of attribute images_grouped
4 5 6 |
# File 'app/services/product_line/image_retriever.rb', line 4 def images_grouped @images_grouped end |