Class: ActiveNetsuite::TranslationList

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.comTranslationList

translation - ActiveNetsuite::Translation
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(translation = []) ⇒ TranslationList

Returns a new instance of TranslationList.



52154
52155
52156
52157
# File 'lib/activenetsuite/soap/default.rb', line 52154

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

Instance Attribute Details

#translationObject

Returns the value of attribute translation.



52140
52141
52142
# File 'lib/activenetsuite/soap/default.rb', line 52140

def translation
  @translation
end

Instance Method Details

#__xmlattrObject



52142
52143
52144
# File 'lib/activenetsuite/soap/default.rb', line 52142

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



52146
52147
52148
# File 'lib/activenetsuite/soap/default.rb', line 52146

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



52150
52151
52152
# File 'lib/activenetsuite/soap/default.rb', line 52150

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