class ActiveNetsuite::PaycheckJournalEarningList
{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalEarningList
paycheckJournalEarning - ActiveNetsuite::PaycheckJournalEarning xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
paycheckJournalEarning[RW]
Public Class Methods
new(paycheckJournalEarning = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62360 def initialize(paycheckJournalEarning = []) @paycheckJournalEarning = paycheckJournalEarning @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62348 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62352 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62356 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end