Module: ONIX::IdentifiersMethods::ProprietaryId

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

Instance Method Summary collapse

Instance Method Details

#proprietary_idsObject



136
137
138
# File 'lib/onix/identifier.rb', line 136

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