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.
6456 6457 6458 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 6456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#embed_html ⇒ String
An
6454 6455 6456 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 6454 def @embed_html end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6461 6462 6463 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 6461 def update!(**args) @embed_html = args[:embed_html] if args.key?(:embed_html) end |