Method: Yt::Models::Ownership#mechanical_owners

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

#mechanical_ownersArray<RightOwner>

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

Returns:

  • (Array<RightOwner>)

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



55
56
57
# File 'lib/yt/models/ownership.rb', line 55

has_attribute :mechanical_owners, from: :mechanical do |data|
  as_owners data
end