class ActiveNetsuite::FileSiteCategoryList
{urn:filecabinet_2013_2.documents.webservices.netsuite.com}FileSiteCategoryList
siteCategory - ActiveNetsuite::FileSiteCategory xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
siteCategory[RW]
Public Class Methods
new(siteCategory = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50458 def initialize(siteCategory = []) @siteCategory = siteCategory @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50446 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50450 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 50454 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end