class ActiveNetsuite::PurchLandedCostList
{urn:purchases_2013_2.transactions.webservices.netsuite.com}PurchLandedCostList
landedCost - ActiveNetsuite::LandedCostSummary xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
landedCost[RW]
Public Class Methods
new(landedCost = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56116 def initialize(landedCost = []) @landedCost = landedCost @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56104 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56108 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56112 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end