Class: Google::Apis::YoutubeV3::PlaylistPlayer
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::PlaylistPlayer
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PlaylistPlayer
Returns a new instance of PlaylistPlayer
5772 5773 5774 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5772 def initialize(**args) update!(**args) end |
Instance Attribute Details
#embed_html ⇒ String
An
5770 5771 5772 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5770 def @embed_html end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5777 5778 5779 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5777 def update!(**args) @embed_html = args[:embed_html] if args.key?(:embed_html) end |