Method: Yt::Models::Ownership#obtain!

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

#obtain!Object

Assigns 100% of the general ownership of the asset to @auth.



23
24
25
# File 'lib/yt/models/ownership.rb', line 23

def obtain!
  update general: [{ratio: 100, owner: @auth.owner_name, type: :exclude}]
end