Method: Yt::Models::PlaylistItem#update
- Defined in:
- lib/yt/models/playlist_item.rb
#update(attributes = {}) ⇒ Boolean
Updates the attributes of a playlist item.
73 74 75 |
# File 'lib/yt/models/playlist_item.rb', line 73 def update(attributes = {}) super end |