Class: ActiveNetsuite::PaycheckJournalEmployeeTaxList

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

Overview

urn:employees_2013_2urn:employees_2013_2.transactionsurn:employees_2013_2.transactions.webservicesurn:employees_2013_2.transactions.webservices.netsuiteurn:employees_2013_2.transactions.webservices.netsuite.comPaycheckJournalEmployeeTaxList

paycheckJournalEmployeeTax - ActiveNetsuite::PaycheckJournalEmployeeTax
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paycheckJournalEmployeeTax = []) ⇒ PaycheckJournalEmployeeTaxList

Returns a new instance of PaycheckJournalEmployeeTaxList.



62421
62422
62423
62424
# File 'lib/activenetsuite/soap/default.rb', line 62421

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

Instance Attribute Details

#paycheckJournalEmployeeTaxObject

Returns the value of attribute paycheckJournalEmployeeTax.



62407
62408
62409
# File 'lib/activenetsuite/soap/default.rb', line 62407

def paycheckJournalEmployeeTax
  @paycheckJournalEmployeeTax
end

Instance Method Details

#__xmlattrObject



62409
62410
62411
# File 'lib/activenetsuite/soap/default.rb', line 62409

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



62413
62414
62415
# File 'lib/activenetsuite/soap/default.rb', line 62413

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



62417
62418
62419
# File 'lib/activenetsuite/soap/default.rb', line 62417

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