Class: ActiveNetsuite::SiteCategoryTranslationList

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

Overview

urn:website_2013_2urn:website_2013_2.listsurn:website_2013_2.lists.webservicesurn:website_2013_2.lists.webservices.netsuiteurn:website_2013_2.lists.webservices.netsuite.comSiteCategoryTranslationList

translation - ActiveNetsuite::SiteCategoryTranslation
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 = []) ⇒ SiteCategoryTranslationList

Returns a new instance of SiteCategoryTranslationList.



61972
61973
61974
61975
# File 'lib/activenetsuite/soap/default.rb', line 61972

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

Instance Attribute Details

#translationObject

Returns the value of attribute translation.



61958
61959
61960
# File 'lib/activenetsuite/soap/default.rb', line 61958

def translation
  @translation
end

Instance Method Details

#__xmlattrObject



61960
61961
61962
# File 'lib/activenetsuite/soap/default.rb', line 61960

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



61964
61965
61966
# File 'lib/activenetsuite/soap/default.rb', line 61964

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



61968
61969
61970
# File 'lib/activenetsuite/soap/default.rb', line 61968

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