class ActiveNetsuite::SiteCategoryTranslationList
{urn:website_2013_2.lists.webservices.netsuite.com}SiteCategoryTranslationList
translation - ActiveNetsuite::SiteCategoryTranslation xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
translation[RW]
Public Class Methods
new(translation = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61972 def initialize(translation = []) @translation = translation @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61960 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61964 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 61968 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end