Sha256: 66c22e8437e2873732dd4a8c22c7621423ce6f28fd24cc43fd763638a3e9f611
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
# coding: utf-8 class Cacofonix::NewSupplier < Cacofonix::Element xml_name "NewSupplier" xml_accessor :supplier_ean_location_number, :from => "SupplierEANLocationNumber" xml_accessor :supplier_san, :from => "SupplierSAN" onix_composite :supplier_identifiers, Cacofonix::SupplierIdentifier xml_accessor :supplier_name, :from => "SupplierName" xml_accessor :telephone_number, :from => "TelephoneNumber" xml_accessor :fax_number, :from => "FaxNumber" xml_accessor :email_address, :from => "EmailAddress" end
Version data entries
4 entries across 4 versions & 1 rubygems