Class: ActiveNetsuite::SiteCategoryList

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

siteCategory - ActiveNetsuite::SiteCategory_
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(siteCategory = []) ⇒ SiteCategoryList

Returns a new instance of SiteCategoryList.



52260
52261
52262
52263
# File 'lib/activenetsuite/soap/default.rb', line 52260

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

Instance Attribute Details

#siteCategoryObject

Returns the value of attribute siteCategory.



52246
52247
52248
# File 'lib/activenetsuite/soap/default.rb', line 52246

def siteCategory
  @siteCategory
end

Instance Method Details

#__xmlattrObject



52248
52249
52250
# File 'lib/activenetsuite/soap/default.rb', line 52248

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



52252
52253
52254
# File 'lib/activenetsuite/soap/default.rb', line 52252

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



52256
52257
52258
# File 'lib/activenetsuite/soap/default.rb', line 52256

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