Sha256: fa8684aa7c4a15d67c703d30305bf436ccfe3603f0995f95d7078a914420883e
Contents?: true
Size: 543 Bytes
Versions: 4
Compression:
Stored size: 543 Bytes
Contents
# coding: utf-8 # See also: SalesRights. ONIX 2.1 prefers NotForSale blocks if a product is # not for sale, but this can also be specified with SalesRightsType in # SalesRights. # class Cacofonix::NotForSale < Cacofonix::Element xml_name "NotForSale" onix_spaced_codes_from_list :rights_countries, "RightsCountry", :list => 91 onix_spaced_codes_from_list :rights_territories, "RightsTerritory", :list => 49 onix_composite :product_identifiers, Cacofonix::ProductIdentifier xml_accessor :publisher_name, :from => "PublisherName" end
Version data entries
4 entries across 4 versions & 1 rubygems