Class: ActiveNetsuite::ItemSupplyPlanOrderList

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

Overview

urn:demandplanning_2013_2urn:demandplanning_2013_2.transactionsurn:demandplanning_2013_2.transactions.webservicesurn:demandplanning_2013_2.transactions.webservices.netsuiteurn:demandplanning_2013_2.transactions.webservices.netsuite.comItemSupplyPlanOrderList

itemSupplyPlanOrder - ActiveNetsuite::ItemSupplyPlanOrder
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemSupplyPlanOrder = []) ⇒ ItemSupplyPlanOrderList

Returns a new instance of ItemSupplyPlanOrderList.



62963
62964
62965
62966
# File 'lib/activenetsuite/soap/default.rb', line 62963

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

Instance Attribute Details

#itemSupplyPlanOrderObject

Returns the value of attribute itemSupplyPlanOrder.



62949
62950
62951
# File 'lib/activenetsuite/soap/default.rb', line 62949

def itemSupplyPlanOrder
  @itemSupplyPlanOrder
end

Instance Method Details

#__xmlattrObject



62951
62952
62953
# File 'lib/activenetsuite/soap/default.rb', line 62951

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



62955
62956
62957
# File 'lib/activenetsuite/soap/default.rb', line 62955

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



62959
62960
62961
# File 'lib/activenetsuite/soap/default.rb', line 62959

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