Class: ActiveNetsuite::JobSearch

Inherits:
SearchRecord 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.comJobSearch

basic - ActiveNetsuite::JobSearchBasic
contactPrimaryJoin - ActiveNetsuite::ContactSearchBasic
customerJoin - ActiveNetsuite::CustomerSearchBasic
projectTaskJoin - ActiveNetsuite::ProjectTaskSearchBasic
resourceAllocationJoin - ActiveNetsuite::ResourceAllocationSearchBasic
taskJoin - ActiveNetsuite::TaskSearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
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, contactPrimaryJoin = nil, customerJoin = nil, projectTaskJoin = nil, resourceAllocationJoin = nil, taskJoin = nil, timeJoin = nil, customSearchJoin = []) ⇒ JobSearch

Returns a new instance of JobSearch.



32544
32545
32546
32547
32548
32549
32550
32551
32552
32553
# File 'lib/activenetsuite/soap/default.rb', line 32544

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.



32535
32536
32537
# File 'lib/activenetsuite/soap/default.rb', line 32535

def basic
  @basic
end

#contactPrimaryJoinObject

Returns the value of attribute contactPrimaryJoin.



32536
32537
32538
# File 'lib/activenetsuite/soap/default.rb', line 32536

def contactPrimaryJoin
  @contactPrimaryJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



32537
32538
32539
# File 'lib/activenetsuite/soap/default.rb', line 32537

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



32542
32543
32544
# File 'lib/activenetsuite/soap/default.rb', line 32542

def customSearchJoin
  @customSearchJoin
end

#projectTaskJoinObject

Returns the value of attribute projectTaskJoin.



32538
32539
32540
# File 'lib/activenetsuite/soap/default.rb', line 32538

def projectTaskJoin
  @projectTaskJoin
end

#resourceAllocationJoinObject

Returns the value of attribute resourceAllocationJoin.



32539
32540
32541
# File 'lib/activenetsuite/soap/default.rb', line 32539

def resourceAllocationJoin
  @resourceAllocationJoin
end

#taskJoinObject

Returns the value of attribute taskJoin.



32540
32541
32542
# File 'lib/activenetsuite/soap/default.rb', line 32540

def taskJoin
  @taskJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



32541
32542
32543
# File 'lib/activenetsuite/soap/default.rb', line 32541

def timeJoin
  @timeJoin
end