class ActiveNetsuite::DemandPlanMatrix

{urn:demandplanning_2013_2.transactions.webservices.netsuite.com}DemandPlanMatrix

demandPlan - ActiveNetsuite::DemandPlan
xmlattr_replaceAll - SOAP::SOAPBoolean

Constants

AttrReplaceAll

Attributes

demandPlan[RW]

Public Class Methods

new(demandPlan = []) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62895
def initialize(demandPlan = [])
  @demandPlan = demandPlan
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62883
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_replaceAll() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62887
def xmlattr_replaceAll
  __xmlattr[AttrReplaceAll]
end
xmlattr_replaceAll=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 62891
def xmlattr_replaceAll=(value)
  __xmlattr[AttrReplaceAll] = value
end