class Yt::Models::AssetSnippet
Provides methods to interact with YouTube ContentID assetSnippets. @see developers.google.com/youtube/partner/docs/v1/assetSearch
Attributes
auth[R]
Public Class Methods
new(options = {})
click to toggle source
# File lib/yt/models/asset_snippet.rb, line 10 def initialize(options = {}) @data = options.fetch(:data, {}) @auth = options[:auth] end