class ActiveNetsuite::ItemVendorList
{urn:accounting_2013_2.lists.webservices.netsuite.com}ItemVendorList
itemVendor - ActiveNetsuite::ItemVendor xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
itemVendor[RW]
Public Class Methods
new(itemVendor = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52215 def initialize(itemVendor = []) @itemVendor = itemVendor @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52203 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52207 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52211 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end