Class: ActiveNetsuite::InventoryCostRevaluationCostComponentList

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

Overview

urn:inventory_2013_2urn:inventory_2013_2.transactionsurn:inventory_2013_2.transactions.webservicesurn:inventory_2013_2.transactions.webservices.netsuiteurn:inventory_2013_2.transactions.webservices.netsuite.comInventoryCostRevaluationCostComponentList

costComponent - ActiveNetsuite::InventoryCostRevaluationCostComponent
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(costComponent = []) ⇒ InventoryCostRevaluationCostComponentList

Returns a new instance of InventoryCostRevaluationCostComponentList.



59855
59856
59857
59858
# File 'lib/activenetsuite/soap/default.rb', line 59855

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

Instance Attribute Details

#costComponentObject

Returns the value of attribute costComponent.



59841
59842
59843
# File 'lib/activenetsuite/soap/default.rb', line 59841

def costComponent
  @costComponent
end

Instance Method Details

#__xmlattrObject



59843
59844
59845
# File 'lib/activenetsuite/soap/default.rb', line 59843

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



59847
59848
59849
# File 'lib/activenetsuite/soap/default.rb', line 59847

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



59851
59852
59853
# File 'lib/activenetsuite/soap/default.rb', line 59851

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