class ActiveNetsuite::PaycheckJournalCompanyTaxList
{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalCompanyTaxList
paycheckJournalCompanyTax - ActiveNetsuite::PaycheckJournalCompanyTax xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
paycheckJournalCompanyTax[RW]
Public Class Methods
new(paycheckJournalCompanyTax = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62174 def initialize(paycheckJournalCompanyTax = []) @paycheckJournalCompanyTax = paycheckJournalCompanyTax @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62162 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62166 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62170 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end