Class: ActiveNetsuite::CheckLandedCostList

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

Overview

urn:bank_2013_2urn:bank_2013_2.transactionsurn:bank_2013_2.transactions.webservicesurn:bank_2013_2.transactions.webservices.netsuiteurn:bank_2013_2.transactions.webservices.netsuite.comCheckLandedCostList

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 = []) ⇒ CheckLandedCostList

Returns a new instance of CheckLandedCostList.



58703
58704
58705
58706
# File 'lib/activenetsuite/soap/default.rb', line 58703

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

Instance Attribute Details

#landedCostObject

Returns the value of attribute landedCost.



58689
58690
58691
# File 'lib/activenetsuite/soap/default.rb', line 58689

def landedCost
  @landedCost
end

Instance Method Details

#__xmlattrObject



58691
58692
58693
# File 'lib/activenetsuite/soap/default.rb', line 58691

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



58695
58696
58697
# File 'lib/activenetsuite/soap/default.rb', line 58695

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



58699
58700
58701
# File 'lib/activenetsuite/soap/default.rb', line 58699

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