class ActiveNetsuite::PromotionCodeItemsList
{urn:marketing_2013_2.lists.webservices.netsuite.com}PromotionCodeItemsList
items - ActiveNetsuite::PromotionCodeItems xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
items[RW]
Public Class Methods
new(items = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62811 def initialize(items = []) @items = items @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62799 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62803 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62807 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end