Displaying 1 result from an estimated 1 matches for "packagetyp".
Did you mean:
packagetype
2007 Nov 21
4
Builder::XmlMarkup adds <inspect/> on printing and <clone/> on saving
...[3])
myxml.CityOrTown(row [4])
end
myxml.ShipmentInformation do
myxml.ServiceType("ES")
myxml.NumberOfPackages("1")
myxml.BillingOption("PP")
end
myxml.Package do
myxml.PackageType("CP")
myxml.Weight(row [5])
end
end
end
}
filetransfer.save
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this...