class ActiveNetsuite::CashSaleExpCostList
{urn:sales_2013_2.transactions.webservices.netsuite.com}CashSaleExpCostList
expCost - ActiveNetsuite::CashSaleExpCost xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
expCost[RW]
Public Class Methods
new(expCost = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55566 def initialize(expCost = []) @expCost = expCost @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55554 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55558 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 55562 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end