class ActiveNetsuite::VendorPaymentApplyList
{urn:purchases_2013_2.transactions.webservices.netsuite.com}VendorPaymentApplyList
apply - ActiveNetsuite::VendorPaymentApply xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
apply[RW]
Public Class Methods
new(apply = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56825 def initialize(apply = []) @apply = apply @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56813 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56817 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 56821 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end