class ActiveNetsuite::InventoryCostRevaluationCostComponentList
{urn:inventory_2013_2.transactions.webservices.netsuite.com}InventoryCostRevaluationCostComponentList
costComponent - ActiveNetsuite::InventoryCostRevaluationCostComponent xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
costComponent[RW]
Public Class Methods
new(costComponent = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 59855 def initialize(costComponent = []) @costComponent = costComponent @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 59843 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 59847 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 59851 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end