Class: ActiveNetsuite::PromotionCodeCurrencyList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#currencyObject

Returns the value of attribute currency.



62836
62837
62838
# File 'lib/activenetsuite/soap/default.rb', line 62836

def currency
  @currency
end

Instance Method Details

#__xmlattrObject



62838
62839
62840
# File 'lib/activenetsuite/soap/default.rb', line 62838

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



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