Class: ActiveNetsuite::SiteCategoryPresentationItemList

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

presentationItem - ActiveNetsuite::PresentationItem
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(presentationItem = []) ⇒ SiteCategoryPresentationItemList

Returns a new instance of SiteCategoryPresentationItemList.



61998
61999
62000
62001
# File 'lib/activenetsuite/soap/default.rb', line 61998

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

Instance Attribute Details

#presentationItemObject

Returns the value of attribute presentationItem.



61984
61985
61986
# File 'lib/activenetsuite/soap/default.rb', line 61984

def presentationItem
  @presentationItem
end

Instance Method Details

#__xmlattrObject



61986
61987
61988
# File 'lib/activenetsuite/soap/default.rb', line 61986

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



61990
61991
61992
# File 'lib/activenetsuite/soap/default.rb', line 61990

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



61994
61995
61996
# File 'lib/activenetsuite/soap/default.rb', line 61994

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