Class: ActiveNetsuite::PurchLandedCostList

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

Overview

urn:purchases_2013_2urn:purchases_2013_2.transactionsurn:purchases_2013_2.transactions.webservicesurn:purchases_2013_2.transactions.webservices.netsuiteurn:purchases_2013_2.transactions.webservices.netsuite.comPurchLandedCostList

landedCost - ActiveNetsuite::LandedCostSummary
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(landedCost = []) ⇒ PurchLandedCostList

Returns a new instance of PurchLandedCostList.



56116
56117
56118
56119
# File 'lib/activenetsuite/soap/default.rb', line 56116

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

Instance Attribute Details

#landedCostObject

Returns the value of attribute landedCost.



56102
56103
56104
# File 'lib/activenetsuite/soap/default.rb', line 56102

def landedCost
  @landedCost
end

Instance Method Details

#__xmlattrObject



56104
56105
56106
# File 'lib/activenetsuite/soap/default.rb', line 56104

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



56108
56109
56110
# File 'lib/activenetsuite/soap/default.rb', line 56108

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



56112
56113
56114
# File 'lib/activenetsuite/soap/default.rb', line 56112

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