Class: Google::Apis::YoutubeV3::PlaylistPlayer
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::PlaylistPlayer
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ PlaylistPlayer
constructor
A new instance of PlaylistPlayer.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PlaylistPlayer
Returns a new instance of PlaylistPlayer.
6668 6669 6670 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 6668 def initialize(**args) update!(**args) end |
Instance Attribute Details
#embed_html ⇒ String
An
6666 6667 6668 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 6666 def @embed_html end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6673 6674 6675 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 6673 def update!(**args) @embed_html = args[:embed_html] if args.key?(:embed_html) end |