class ActiveNetsuite::CustomerDownloadList

{urn:relationships_2013_2.lists.webservices.netsuite.com}CustomerDownloadList

download - ActiveNetsuite::CustomerDownload
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

download[RW]

Public Class Methods

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

Public Instance Methods

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