Class: ActiveNetsuite::JobSearchRow

Inherits:
SearchRow
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:relationships_2013_2urn:relationships_2013_2.listsurn:relationships_2013_2.lists.webservicesurn:relationships_2013_2.lists.webservices.netsuiteurn:relationships_2013_2.lists.webservices.netsuite.comJobSearchRow

basic - ActiveNetsuite::JobSearchRowBasic
contactPrimaryJoin - ActiveNetsuite::ContactSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
projectTaskJoin - ActiveNetsuite::ProjectTaskSearchRowBasic
resourceAllocationJoin - ActiveNetsuite::ResourceAllocationSearchRowBasic
taskJoin - ActiveNetsuite::TaskSearchRowBasic
timeJoin - ActiveNetsuite::TimeBillSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, contactPrimaryJoin = nil, customerJoin = nil, projectTaskJoin = nil, resourceAllocationJoin = nil, taskJoin = nil, timeJoin = nil, customSearchJoin = []) ⇒ JobSearchRow

Returns a new instance of JobSearchRow.



44686
44687
44688
44689
44690
44691
44692
44693
44694
44695
# File 'lib/activenetsuite/soap/default.rb', line 44686

def initialize(basic = nil, contactPrimaryJoin = nil, customerJoin = nil, projectTaskJoin = nil, resourceAllocationJoin = nil, taskJoin = nil, timeJoin = nil, customSearchJoin = [])
  @basic = basic
  @contactPrimaryJoin = contactPrimaryJoin
  @customerJoin = customerJoin
  @projectTaskJoin = projectTaskJoin
  @resourceAllocationJoin = resourceAllocationJoin
  @taskJoin = taskJoin
  @timeJoin = timeJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



44677
44678
44679
# File 'lib/activenetsuite/soap/default.rb', line 44677

def basic
  @basic
end

#contactPrimaryJoinObject

Returns the value of attribute contactPrimaryJoin.



44678
44679
44680
# File 'lib/activenetsuite/soap/default.rb', line 44678

def contactPrimaryJoin
  @contactPrimaryJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



44679
44680
44681
# File 'lib/activenetsuite/soap/default.rb', line 44679

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44684
44685
44686
# File 'lib/activenetsuite/soap/default.rb', line 44684

def customSearchJoin
  @customSearchJoin
end

#projectTaskJoinObject

Returns the value of attribute projectTaskJoin.



44680
44681
44682
# File 'lib/activenetsuite/soap/default.rb', line 44680

def projectTaskJoin
  @projectTaskJoin
end

#resourceAllocationJoinObject

Returns the value of attribute resourceAllocationJoin.



44681
44682
44683
# File 'lib/activenetsuite/soap/default.rb', line 44681

def resourceAllocationJoin
  @resourceAllocationJoin
end

#taskJoinObject

Returns the value of attribute taskJoin.



44682
44683
44684
# File 'lib/activenetsuite/soap/default.rb', line 44682

def taskJoin
  @taskJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



44683
44684
44685
# File 'lib/activenetsuite/soap/default.rb', line 44683

def timeJoin
  @timeJoin
end