Class: ActiveNetsuite::PartnerPromoCodeList

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

Overview

urn:relationships_2013_2urn:relationships_2013_2.listsurn:relationships_2013_2.lists.webservicesurn:relationships_2013_2.lists.webservices.netsuiteurn:relationships_2013_2.lists.webservices.netsuite.comPartnerPromoCodeList

promoCode - ActiveNetsuite::PartnerPromoCode
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(promoCode = []) ⇒ PartnerPromoCodeList

Returns a new instance of PartnerPromoCodeList.



51025
51026
51027
51028
# File 'lib/activenetsuite/soap/default.rb', line 51025

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

Instance Attribute Details

#promoCodeObject

Returns the value of attribute promoCode.



51011
51012
51013
# File 'lib/activenetsuite/soap/default.rb', line 51011

def promoCode
  @promoCode
end

Instance Method Details

#__xmlattrObject



51013
51014
51015
# File 'lib/activenetsuite/soap/default.rb', line 51013

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



51017
51018
51019
# File 'lib/activenetsuite/soap/default.rb', line 51017

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



51021
51022
51023
# File 'lib/activenetsuite/soap/default.rb', line 51021

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