Class: ActiveNetsuite::PartnerPromoCodeList
- Inherits:
-
Object
- Object
- ActiveNetsuite::PartnerPromoCodeList
- 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
-
#promoCode ⇒ Object
Returns the value of attribute promoCode.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(promoCode = []) ⇒ PartnerPromoCodeList
constructor
A new instance of PartnerPromoCodeList.
- #xmlattr_replaceAll ⇒ Object
- #xmlattr_replaceAll=(value) ⇒ Object
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
#promoCode ⇒ Object
Returns the value of attribute promoCode.
51011 51012 51013 |
# File 'lib/activenetsuite/soap/default.rb', line 51011 def promoCode @promoCode end |
Instance Method Details
#__xmlattr ⇒ Object
51013 51014 51015 |
# File 'lib/activenetsuite/soap/default.rb', line 51013 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_replaceAll ⇒ Object
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 |