class ActiveNetsuite::VendorPricingScheduleList
{urn:relationships_2013_2.lists.webservices.netsuite.com}VendorPricingScheduleList
pricingSchedule - ActiveNetsuite::VendorPricingSchedule xmlattr_replaceAll - SOAP::SOAPBoolean
Constants
- AttrReplaceAll
Attributes
pricingSchedule[RW]
Public Class Methods
new(pricingSchedule = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51145 def initialize(pricingSchedule = []) @pricingSchedule = pricingSchedule @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51133 def __xmlattr @__xmlattr ||= {} end
xmlattr_replaceAll()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51137 def xmlattr_replaceAll __xmlattr[AttrReplaceAll] end
xmlattr_replaceAll=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 51141 def xmlattr_replaceAll=(value) __xmlattr[AttrReplaceAll] = value end