Class: ActiveNetsuite::DepositApplicationApplyList

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.comDepositApplicationApplyList

apply - ActiveNetsuite::DepositApplicationApply
xmlattr_replaceAll - SOAP::SOAPBoolean

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apply = []) ⇒ DepositApplicationApplyList

Returns a new instance of DepositApplicationApplyList.



58677
58678
58679
58680
# File 'lib/activenetsuite/soap/default.rb', line 58677

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

Instance Attribute Details

#applyObject

Returns the value of attribute apply.



58663
58664
58665
# File 'lib/activenetsuite/soap/default.rb', line 58663

def apply
  @apply
end

Instance Method Details

#__xmlattrObject



58665
58666
58667
# File 'lib/activenetsuite/soap/default.rb', line 58665

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_replaceAllObject



58669
58670
58671
# File 'lib/activenetsuite/soap/default.rb', line 58669

def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end

#xmlattr_replaceAll=(value) ⇒ Object



58673
58674
58675
# File 'lib/activenetsuite/soap/default.rb', line 58673

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