Class: ActiveNetsuite::ItemSupplyPlanSearchRow

Inherits:
SearchRow
  • Object
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.comItemSupplyPlanSearchRow

basic - ActiveNetsuite::ItemSupplyPlanSearchRowBasic
itemJoin - ActiveNetsuite::ItemSearchRowBasic
locationJoin - ActiveNetsuite::LocationSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



45933
45934
45935
45936
45937
45938
45939
# 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

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45927
45928
45929
# File 'lib/activenetsuite/soap/default.rb', line 45927

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45931
45932
45933
# File 'lib/activenetsuite/soap/default.rb', line 45931

def customSearchJoin
  @customSearchJoin
end

#itemJoinObject

Returns the value of attribute itemJoin.



45928
45929
45930
# File 'lib/activenetsuite/soap/default.rb', line 45928

def itemJoin
  @itemJoin
end

#locationJoinObject

Returns the value of attribute locationJoin.



45929
45930
45931
# File 'lib/activenetsuite/soap/default.rb', line 45929

def locationJoin
  @locationJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45930
45931
45932
# File 'lib/activenetsuite/soap/default.rb', line 45930

def userJoin
  @userJoin
end