Module: ONIX::ProprietaryIdMethods

Included in:
ONIX21::Product, ONIX21::RelatedProduct, Product, ProductPart, RelatedProduct
Defined in:
lib/onix/identifier.rb

Instance Method Summary collapse

Instance Method Details

#proprietary_idsObject



154
155
156
# File 'lib/onix/identifier.rb', line 154

def proprietary_ids
  self.identifiers.select { |id| id.type.human=="Proprietary" }
end