class ActiveNetsuite::EmployeeHrEducationList
{urn:employees_2013_2.lists.webservices.netsuite.com}EmployeeHrEducationList
employeeHrEducation - ActiveNetsuite::EmployeeHrEducation xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
employeeHrEducation[RW]
Public Class Methods
new(employeeHrEducation = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61630 def initialize(employeeHrEducation = []) @employeeHrEducation = employeeHrEducation @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61618 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61622 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61626 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end