Sha256: fcd8c0d047befe67c2636c3e9831a53964127d2aad5be40dc637fde61054c8e3
Contents?: true
Size: 496 Bytes
Versions: 4
Compression:
Stored size: 496 Bytes
Contents
# coding: utf-8 # See also: NotForSale. It's possible to set not for sale here as well. # class Cacofonix::SalesRights < Cacofonix::Element xml_name "SalesRights" onix_code_from_list :sales_rights_type, "SalesRightsType", :list => 46 onix_spaced_codes_from_list :rights_countries, "RightsCountry", :list => 91 onix_spaced_codes_from_list :rights_territories, "RightsTerritory", :list => 49 # Deprecated accessors onix_codes_from_list :rights_region, "RightsRegion", :list => 47 end
Version data entries
4 entries across 4 versions & 1 rubygems