Method: Yt::Models::Ownership#performance_owners

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

#performance_ownersArray<RightOwner>

Returns a list that identifies owners of the performance rights for a composition asset.

Returns:

  • (Array<RightOwner>)

    a list that identifies owners of the performance rights for a composition asset.



43
44
45
# File 'lib/yt/models/ownership.rb', line 43

has_attribute :performance_owners, from: :performance do |data|
  as_owners data
end