Method: Yt::Models::Ownership#update

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

#update(attributes = {}) ⇒ Object



16
17
18
19
20
# File 'lib/yt/models/ownership.rb', line 16

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