Class: ActiveNetsuite::CustomerDepositApplyList

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:customers_2013_2urn:customers_2013_2.transactionsurn:customers_2013_2.transactions.webservicesurn:customers_2013_2.transactions.webservices.netsuiteurn:customers_2013_2.transactions.webservices.netsuite.comCustomerDepositApplyList

customerDepositApply - ActiveNetsuite::CustomerDepositApply
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

AttrReplaceAll =
XSD::QName.new(nil, "replaceAll")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerDepositApply = []) ⇒ CustomerDepositApplyList

Returns a new instance of CustomerDepositApplyList.



58611
58612
58613
58614
# File 'lib/activenetsuite/soap/default.rb', line 58611

def initialize(customerDepositApply = [])
  @customerDepositApply = customerDepositApply
  @__xmlattr = {}
end

Instance Attribute Details

#customerDepositApplyObject

Returns the value of attribute customerDepositApply.



58597
58598
58599
# File 'lib/activenetsuite/soap/default.rb', line 58597

def customerDepositApply
  @customerDepositApply
end

Instance Method Details

#__xmlattrObject



58599
58600
58601
# File 'lib/activenetsuite/soap/default.rb', line 58599

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



58603
58604
58605
# File 'lib/activenetsuite/soap/default.rb', line 58603

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



58607
58608
58609
# File 'lib/activenetsuite/soap/default.rb', line 58607

def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end