class ActiveNetsuite::PromotionCodeCurrencyList

{urn:marketing_2013_2.lists.webservices.netsuite.com}PromotionCodeCurrencyList

currency - ActiveNetsuite::PromotionCodeCurrency
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

currency[RW]

Public Class Methods

new(currency = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62850
def initialize(currency = [])
  @currency = currency
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62838
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_replaceAll() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62842
def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end
xmlattr_replaceAll=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62846
def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end