Method: Yt::Models::Ownership#synchronization_owners
- Defined in:
- lib/yt/models/ownership.rb
#synchronization_owners ⇒ Array<RightOwner>
Returns a list that identifies owners of the synchronization rights for a composition asset.
49 50 51 |
# File 'lib/yt/models/ownership.rb', line 49 has_attribute :synchronization_owners, from: :synchronization do |data| as_owners data end |