Class: ActiveNetsuite::ItemSupplyPlanSearch

Inherits:
SearchRecord show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:demandplanning_2013_2urn:demandplanning_2013_2.transactionsurn:demandplanning_2013_2.transactions.webservicesurn:demandplanning_2013_2.transactions.webservices.netsuiteurn:demandplanning_2013_2.transactions.webservices.netsuite.comItemSupplyPlanSearch

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(basic = nil, itemJoin = nil, locationJoin = nil, userJoin = nil, customSearchJoin = []) ⇒ ItemSupplyPlanSearch

Returns a new instance of ItemSupplyPlanSearch.



35936
35937
35938
35939
35940
35941
35942
# 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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35930
35931
35932
# File 'lib/activenetsuite/soap/default.rb', line 35930

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



35934
35935
35936
# File 'lib/activenetsuite/soap/default.rb', line 35934

def customSearchJoin
  @customSearchJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



35931
35932
35933
# File 'lib/activenetsuite/soap/default.rb', line 35931

def itemJoin
  @itemJoin
end

#locationJoinObject

Returns the value of attribute locationJoin.



35932
35933
35934
# File 'lib/activenetsuite/soap/default.rb', line 35932

def locationJoin
  @locationJoin
end

#userJoinObject

Returns the value of attribute userJoin.



35933
35934
35935
# File 'lib/activenetsuite/soap/default.rb', line 35933

def userJoin
  @userJoin
end