Class: ActiveNetsuite::PromotionCodeCurrencyList
- Inherits:
-
Object
- Object
- ActiveNetsuite::PromotionCodeCurrencyList
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:marketing_2013_2urn:marketing_2013_2.listsurn:marketing_2013_2.lists.webservicesurn:marketing_2013_2.lists.webservices.netsuiteurn:marketing_2013_2.lists.webservices.netsuite.comPromotionCodeCurrencyList
currency - ActiveNetsuite::PromotionCodeCurrency
xmlattr_replaceAll - SOAP::SOAPBoolean
Constant Summary collapse
- AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(currency = []) ⇒ PromotionCodeCurrencyList
constructor
A new instance of PromotionCodeCurrencyList.
- #xmlattr_replaceAll ⇒ Object
- #xmlattr_replaceAll=(value) ⇒ Object
Constructor Details
#initialize(currency = []) ⇒ PromotionCodeCurrencyList
Returns a new instance of PromotionCodeCurrencyList.
62850 62851 62852 62853 |
# File 'lib/activenetsuite/soap/default.rb', line 62850 def initialize(currency = []) @currency = currency @__xmlattr = {} end |
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
62836 62837 62838 |
# File 'lib/activenetsuite/soap/default.rb', line 62836 def currency @currency end |
Instance Method Details
#__xmlattr ⇒ Object
62838 62839 62840 |
# File 'lib/activenetsuite/soap/default.rb', line 62838 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_replaceAll ⇒ Object
62842 62843 62844 |
# File 'lib/activenetsuite/soap/default.rb', line 62842 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end |
#xmlattr_replaceAll=(value) ⇒ Object
62846 62847 62848 |
# File 'lib/activenetsuite/soap/default.rb', line 62846 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end |