class ActiveNetsuite::PaycheckJournalEmployeeTaxList
{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalEmployeeTaxList
paycheckJournalEmployeeTax - ActiveNetsuite::PaycheckJournalEmployeeTax xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
paycheckJournalEmployeeTax[RW]
Public Class Methods
new(paycheckJournalEmployeeTax = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62421 def initialize(paycheckJournalEmployeeTax = []) @paycheckJournalEmployeeTax = paycheckJournalEmployeeTax @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62409 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62413 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62417 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end