class ActiveNetsuite::AccountTranslationList

{urn:accounting_2013_2.lists.webservices.netsuite.com}AccountTranslationList

translation - ActiveNetsuite::ClassTranslation
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 52587
def initialize(translation = [])
  @translation = translation
  @__xmlattr = {}
end

Public Instance Methods

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