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