Method: Yt::Models::Asset#update

Defined in:
lib/yt/models/asset.rb

#update(attributes = {}) ⇒ Object



18
19
20
21
22
# File 'lib/yt/models/asset.rb', line 18

def update(attributes = {})
  underscore_keys! attributes
  do_update body: attributes
  true
end