Sha256: e28b51e46a04eb7e953fc31cdd7c3137e9d06c2bdea05823268a7eac4a5cafff
Contents?: true
Size: 368 Bytes
Versions: 4
Compression:
Stored size: 368 Bytes
Contents
# coding: utf-8 class Cacofonix::ProductFormFeature < Cacofonix::Element xml_name "ProductFormFeature" onix_code_from_list :product_form_feature_type, "ProductFormFeatureType", :list => 79 xml_accessor :product_form_feature_value, :from => "ProductFormFeatureValue" xml_accessor :product_form_feature_description, :from => "ProductFormFeatureDescription" end
Version data entries
4 entries across 4 versions & 1 rubygems