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