Class: ActiveNetsuite::PaycheckJournalCompanyTaxList

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.comPaycheckJournalCompanyTaxList

paycheckJournalCompanyTax - ActiveNetsuite::PaycheckJournalCompanyTax
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paycheckJournalCompanyTax = []) ⇒ PaycheckJournalCompanyTaxList

Returns a new instance of PaycheckJournalCompanyTaxList.



62174
62175
62176
62177
# File 'lib/activenetsuite/soap/default.rb', line 62174

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

Instance Attribute Details

#paycheckJournalCompanyTaxObject

Returns the value of attribute paycheckJournalCompanyTax.



62160
62161
62162
# File 'lib/activenetsuite/soap/default.rb', line 62160

def paycheckJournalCompanyTax
  @paycheckJournalCompanyTax
end

Instance Method Details

#__xmlattrObject



62162
62163
62164
# File 'lib/activenetsuite/soap/default.rb', line 62162

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



62166
62167
62168
# File 'lib/activenetsuite/soap/default.rb', line 62166

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



62170
62171
62172
# File 'lib/activenetsuite/soap/default.rb', line 62170

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