class ActiveNetsuite::SiteCategory

{urn:website_2013_2.lists.webservices.netsuite.com}SiteCategory

nullFieldList - ActiveNetsuite::NullField
website - ActiveNetsuite::RecordRef
itemId - SOAP::SOAPString
parentCategory - ActiveNetsuite::RecordRef
categoryListLayout - ActiveNetsuite::RecordRef
itemListLayout - ActiveNetsuite::RecordRef
relatedItemsListLayout - ActiveNetsuite::RecordRef
correlatedItemsListLayout - ActiveNetsuite::RecordRef
isOnline - SOAP::SOAPBoolean
isInactive - SOAP::SOAPBoolean
description - SOAP::SOAPString
storeDetailedDescription - SOAP::SOAPString
storeDisplayThumbnail - ActiveNetsuite::RecordRef
storeDisplayImage - ActiveNetsuite::RecordRef
pageTitle - SOAP::SOAPString
metaTagHtml - SOAP::SOAPString
excludeFromSitemap - SOAP::SOAPBoolean
urlComponent - SOAP::SOAPString
sitemapPriority - ActiveNetsuite::SitemapPriority
searchKeywords - SOAP::SOAPString
presentationItemList - ActiveNetsuite::SiteCategoryPresentationItemList
translationsList - ActiveNetsuite::SiteCategoryTranslationList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

categoryListLayout[RW]
correlatedItemsListLayout[RW]
description[RW]
excludeFromSitemap[RW]
isInactive[RW]
isOnline[RW]
itemId[RW]
itemListLayout[RW]
metaTagHtml[RW]
nullFieldList[RW]
pageTitle[RW]
parentCategory[RW]
presentationItemList[RW]
relatedItemsListLayout[RW]
searchKeywords[RW]
sitemapPriority[RW]
storeDetailedDescription[RW]
storeDisplayImage[RW]
storeDisplayThumbnail[RW]
translationsList[RW]
urlComponent[RW]
website[RW]

Public Class Methods

new(nullFieldList = nil, website = nil, itemId = nil, parentCategory = nil, categoryListLayout = nil, itemListLayout = nil, relatedItemsListLayout = nil, correlatedItemsListLayout = nil, isOnline = nil, isInactive = nil, description = nil, storeDetailedDescription = nil, storeDisplayThumbnail = nil, storeDisplayImage = nil, pageTitle = nil, metaTagHtml = nil, excludeFromSitemap = nil, urlComponent = nil, sitemapPriority = nil, searchKeywords = nil, presentationItemList = nil, translationsList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22449
def initialize(nullFieldList = nil, website = nil, itemId = nil, parentCategory = nil, categoryListLayout = nil, itemListLayout = nil, relatedItemsListLayout = nil, correlatedItemsListLayout = nil, isOnline = nil, isInactive = nil, description = nil, storeDetailedDescription = nil, storeDisplayThumbnail = nil, storeDisplayImage = nil, pageTitle = nil, metaTagHtml = nil, excludeFromSitemap = nil, urlComponent = nil, sitemapPriority = nil, searchKeywords = nil, presentationItemList = nil, translationsList = nil)
  @nullFieldList = nullFieldList
  @website = website
  @itemId = itemId
  @parentCategory = parentCategory
  @categoryListLayout = categoryListLayout
  @itemListLayout = itemListLayout
  @relatedItemsListLayout = relatedItemsListLayout
  @correlatedItemsListLayout = correlatedItemsListLayout
  @isOnline = isOnline
  @isInactive = isInactive
  @description = description
  @storeDetailedDescription = storeDetailedDescription
  @storeDisplayThumbnail = storeDisplayThumbnail
  @storeDisplayImage = storeDisplayImage
  @pageTitle = pageTitle
  @metaTagHtml = metaTagHtml
  @excludeFromSitemap = excludeFromSitemap
  @urlComponent = urlComponent
  @sitemapPriority = sitemapPriority
  @searchKeywords = searchKeywords
  @presentationItemList = presentationItemList
  @translationsList = translationsList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22429
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22441
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22445
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22433
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 22437
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end