Class: ProductLine::VideoRetriever::Result
- Inherits:
-
Data
- Object
- Data
- ProductLine::VideoRetriever::Result
- Defined in:
- app/services/product_line/video_retriever.rb
Instance Attribute Summary collapse
-
#all_videos ⇒ Object
readonly
Returns the value of attribute all_videos.
-
#videos_grouped ⇒ Object
readonly
Returns the value of attribute videos_grouped.
Instance Method Summary collapse
-
#initialize(all_videos: nil, videos_grouped: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(all_videos: nil, videos_grouped: nil) ⇒ Result
Returns a new instance of Result.
6 |
# File 'app/services/product_line/video_retriever.rb', line 6 def initialize(all_videos: nil, videos_grouped: nil) = super |
Instance Attribute Details
#all_videos ⇒ Object (readonly)
Returns the value of attribute all_videos
5 6 7 |
# File 'app/services/product_line/video_retriever.rb', line 5 def all_videos @all_videos end |
#videos_grouped ⇒ Object (readonly)
Returns the value of attribute videos_grouped
5 6 7 |
# File 'app/services/product_line/video_retriever.rb', line 5 def videos_grouped @videos_grouped end |