Class: YoutubeParser::Channels::VideosSection

Inherits:
BaseParser
  • Object
show all
Defined in:
lib/youtube_parser/channels/videos_section.rb

Instance Attribute Summary

Attributes inherited from BaseParser

#options

Instance Method Summary collapse

Methods inherited from BaseParser

#initialize, options, #resource

Constructor Details

This class inherits a constructor from YoutubeParser::BaseParser

Instance Method Details

#infoObject



8
9
10
11
12
13
# File 'lib/youtube_parser/channels/videos_section.rb', line 8

def info
  {
    video_ids: video_ids,
    playlist_id: playlist_id
  }
end