Method: Yt::Models::Ownership#general_owners

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

#general_ownersArray<RightOwner>

Returns a list that identifies the owners of an asset and the territories where each owner has ownership. General asset ownership is used for all types of assets and is the only type of ownership data that can be provided for assets that are not compositions.

Returns:

  • (Array<RightOwner>)

    a list that identifies the owners of an asset and the territories where each owner has ownership. General asset ownership is used for all types of assets and is the only type of ownership data that can be provided for assets that are not compositions.



37
38
39
# File 'lib/yt/models/ownership.rb', line 37

has_attribute :general_owners, from: :general do |data|
  as_owners data
end