class ActiveNetsuite::ItemSupplyPlanSearch

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

basic - ActiveNetsuite::ItemSupplyPlanSearchBasic
itemJoin - ActiveNetsuite::ItemSearchBasic
locationJoin - ActiveNetsuite::LocationSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

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 35936
def initialize(basic = nil, itemJoin = nil, locationJoin = nil, userJoin = nil, customSearchJoin = [])
  @basic = basic
  @itemJoin = itemJoin
  @locationJoin = locationJoin
  @userJoin = userJoin
  @customSearchJoin = customSearchJoin
end