class ActiveNetsuite::PaycheckJournalCompanyContributionList

{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalCompanyContributionList

paycheckJournalCompanyContribution - ActiveNetsuite::PaycheckJournalCompanyContribution
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

paycheckJournalCompanyContribution[RW]

Public Class Methods

new(paycheckJournalCompanyContribution = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62296
def initialize(paycheckJournalCompanyContribution = [])
  @paycheckJournalCompanyContribution = paycheckJournalCompanyContribution
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62284
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_replaceAll() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62288
def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end
xmlattr_replaceAll=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62292
def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end