Method: ActiveNetsuite::JobSearchRow#initialize

Defined in:
lib/activenetsuite/soap/default.rb

#initialize(basic = nil, contactPrimaryJoin = nil, customerJoin = nil, projectTaskJoin = nil, resourceAllocationJoin = nil, taskJoin = nil, timeJoin = nil, customSearchJoin = []) ⇒ 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