Class: ActiveNetsuite::ClassTranslationList

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comClassTranslationList

classTranslation - ActiveNetsuite::ClassTranslation
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(classTranslation = []) ⇒ ClassTranslationList

Returns a new instance of ClassTranslationList.



51961
51962
51963
51964
# File 'lib/activenetsuite/soap/default.rb', line 51961

def initialize(classTranslation = [])
  @classTranslation = classTranslation
  @__xmlattr = {}
end

Instance Attribute Details

#classTranslationObject

Returns the value of attribute classTranslation.



51947
51948
51949
# File 'lib/activenetsuite/soap/default.rb', line 51947

def classTranslation
  @classTranslation
end

Instance Method Details

#__xmlattrObject



51949
51950
51951
# File 'lib/activenetsuite/soap/default.rb', line 51949

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



51953
51954
51955
# File 'lib/activenetsuite/soap/default.rb', line 51953

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



51957
51958
51959
# File 'lib/activenetsuite/soap/default.rb', line 51957

def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end