class ActiveNetsuite::EmployeeEarningList

{urn:employees_2013_2.lists.webservices.netsuite.com}EmployeeEarningList

employeeEarning - ActiveNetsuite::EmployeeEarning
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

employeeEarning[RW]

Public Class Methods

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

Public Instance Methods

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