class ActiveNetsuite::ItemSupplyPlanSearchRow
{urn:demandplanning_2013_2.transactions.webservices.netsuite.com}ItemSupplyPlanSearchRow
basic - ActiveNetsuite::ItemSupplyPlanSearchRowBasic itemJoin - ActiveNetsuite::ItemSearchRowBasic locationJoin - ActiveNetsuite::LocationSearchRowBasic userJoin - ActiveNetsuite::EmployeeSearchRowBasic customSearchJoin - ActiveNetsuite::CustomSearchRowBasic
Attributes
basic[RW]
customSearchJoin[RW]
itemJoin[RW]
locationJoin[RW]
userJoin[RW]
Public Class Methods
new(basic = nil, itemJoin = nil, locationJoin = nil, userJoin = nil, customSearchJoin = [])
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 45933 def initialize(basic = nil, itemJoin = nil, locationJoin = nil, userJoin = nil, customSearchJoin = []) @basic = basic @itemJoin = itemJoin @locationJoin = locationJoin @userJoin = userJoin @customSearchJoin = customSearchJoin end