Sha256: 81233b25e83f6e2f56c77703664641f1debf45d0440ec011dfabea859d4b82ca
Contents?: true
Size: 243 Bytes
Versions: 22
Compression:
Stored size: 243 Bytes
Contents
# coding: utf-8 module ONIX class SalesRestriction include ROXML xml_name "SalesRestriction" xml_accessor :sales_restriction_type, :from =>"SalesRestrictionType", :as => Fixnum, :to_xml => ONIX::Formatters.two_digit end end
Version data entries
22 entries across 22 versions & 2 rubygems