class Yt::Models::Status
@private Contains information about the status of a resource. The details of the status are different for the different types of resources.
Resources with a status are: channels, playlists, playlist items and videos. @see developers.google.com/youtube/v3/docs/channels#resource @see developers.google.com/youtube/v3/docs/videos#resource @see developers.google.com/youtube/v3/docs/playlists#resource @see developers.google.com/youtube/v3/docs/playlistItems#resource
Attributes
Public Class Methods
Source
# File lib/yt/models/status.rb, line 18 def initialize(options = {}) @data = options[:data] end