Method: Yt::Models::Playlist#update
- Defined in:
- lib/yt/models/playlist.rb
#update(attributes = {}) ⇒ Boolean
Updates the attributes of a playlist.
79 80 81 |
# File 'lib/yt/models/playlist.rb', line 79 def update(attributes = {}) super end |