class ActiveNetsuite::LandedCostDataList
{urn:common_2013_2.platform.webservices.netsuite.com}LandedCostDataList
landedCostData - ActiveNetsuite::LandedCostData xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
landedCostData[RW]
Public Class Methods
new(landedCostData = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49785 def initialize(landedCostData = []) @landedCostData = landedCostData @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49773 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49777 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 49781 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end