Class: ActiveNetsuite::FileSiteCategoryList

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

Overview

urn:filecabinet_2013_2urn:filecabinet_2013_2.documentsurn:filecabinet_2013_2.documents.webservicesurn:filecabinet_2013_2.documents.webservices.netsuiteurn:filecabinet_2013_2.documents.webservices.netsuite.comFileSiteCategoryList

siteCategory - ActiveNetsuite::FileSiteCategory
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 = []) ⇒ FileSiteCategoryList

Returns a new instance of FileSiteCategoryList.



50458
50459
50460
50461
# File 'lib/activenetsuite/soap/default.rb', line 50458

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

Instance Attribute Details

#siteCategoryObject

Returns the value of attribute siteCategory.



50444
50445
50446
# File 'lib/activenetsuite/soap/default.rb', line 50444

def siteCategory
  @siteCategory
end

Instance Method Details

#__xmlattrObject



50446
50447
50448
# File 'lib/activenetsuite/soap/default.rb', line 50446

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



50450
50451
50452
# File 'lib/activenetsuite/soap/default.rb', line 50450

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



50454
50455
50456
# File 'lib/activenetsuite/soap/default.rb', line 50454

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