Class: Appydave::Tools::YouTubeManager::YouTubeBase
- Inherits:
-
Object
- Object
- Appydave::Tools::YouTubeManager::YouTubeBase
- Defined in:
- lib/appydave/tools/youtube_manager/youtube_base.rb
Overview
Base class for YouTube API management
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ YouTubeBase
constructor
A new instance of YouTubeBase.
Constructor Details
#initialize ⇒ YouTubeBase
Returns a new instance of YouTubeBase.
8 9 10 11 12 |
# File 'lib/appydave/tools/youtube_manager/youtube_base.rb', line 8 def initialize @service = Google::Apis::YoutubeV3::YouTubeService.new @service..application_name = 'YouTube Video Manager' @service. = Authorization. end |