class ActiveNetsuite::PartnerPromoCodeList
{urn:relationships_2013_2.lists.webservices.netsuite.com}PartnerPromoCodeList
promoCode - ActiveNetsuite::PartnerPromoCode xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
promoCode[RW]
Public Class Methods
new(promoCode = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51025 def initialize(promoCode = []) @promoCode = promoCode @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51013 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51017 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51021 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end