Class: ActiveNetsuite::LandedCostDataList
- Inherits:
-
Object
- Object
- ActiveNetsuite::LandedCostDataList
- 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
-
#landedCostData ⇒ Object
Returns the value of attribute landedCostData.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(landedCostData = []) ⇒ LandedCostDataList
constructor
A new instance of LandedCostDataList.
- #xmlattr_replaceAll ⇒ Object
- #xmlattr_replaceAll=(value) ⇒ Object
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
#landedCostData ⇒ Object
Returns the value of attribute landedCostData.
49771 49772 49773 |
# File 'lib/activenetsuite/soap/default.rb', line 49771 def landedCostData @landedCostData end |
Instance Method Details
#__xmlattr ⇒ Object
49773 49774 49775 |
# File 'lib/activenetsuite/soap/default.rb', line 49773 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_replaceAll ⇒ Object
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 |