Class: ActiveNetsuite::LandedCostDataList

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comLandedCostDataList

landedCostData - ActiveNetsuite::LandedCostData
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(landedCostData = []) ⇒ LandedCostDataList

Returns a new instance of LandedCostDataList.



49785
49786
49787
49788
# File 'lib/activenetsuite/soap/default.rb', line 49785

def initialize(landedCostData = [])
  @landedCostData = landedCostData
  @__xmlattr = {}
end

Instance Attribute Details

#landedCostDataObject

Returns the value of attribute landedCostData.



49771
49772
49773
# File 'lib/activenetsuite/soap/default.rb', line 49771

def landedCostData
  @landedCostData
end

Instance Method Details

#__xmlattrObject



49773
49774
49775
# File 'lib/activenetsuite/soap/default.rb', line 49773

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



49777
49778
49779
# File 'lib/activenetsuite/soap/default.rb', line 49777

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



49781
49782
49783
# File 'lib/activenetsuite/soap/default.rb', line 49781

def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end