Class: ActiveNetsuite::EmployeeSearch

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

Overview

urn:employees_2013_2urn:employees_2013_2.listsurn:employees_2013_2.lists.webservicesurn:employees_2013_2.lists.webservices.netsuiteurn:employees_2013_2.lists.webservices.netsuite.comEmployeeSearch

basic - ActiveNetsuite::EmployeeSearchBasic
campaignResponseJoin - ActiveNetsuite::CampaignSearchBasic
departmentJoin - ActiveNetsuite::DepartmentSearchBasic
fileJoin - ActiveNetsuite::FileSearchBasic
locationJoin - ActiveNetsuite::LocationSearchBasic
messagesJoin - ActiveNetsuite::MessageSearchBasic
messagesFromJoin - ActiveNetsuite::MessageSearchBasic
messagesToJoin - ActiveNetsuite::MessageSearchBasic
resourceAllocationJoin - ActiveNetsuite::ResourceAllocationSearchBasic
subsidiaryJoin - ActiveNetsuite::SubsidiarySearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
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, campaignResponseJoin = nil, departmentJoin = nil, fileJoin = nil, locationJoin = nil, messagesJoin = nil, messagesFromJoin = nil, messagesToJoin = nil, resourceAllocationJoin = nil, subsidiaryJoin = nil, timeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ EmployeeSearch

Returns a new instance of EmployeeSearch.



35411
35412
35413
35414
35415
35416
35417
35418
35419
35420
35421
35422
35423
35424
35425
35426
35427
# File 'lib/activenetsuite/soap/default.rb', line 35411

def initialize(basic = nil, campaignResponseJoin = nil, departmentJoin = nil, fileJoin = nil, locationJoin = nil, messagesJoin = nil, messagesFromJoin = nil, messagesToJoin = nil, resourceAllocationJoin = nil, subsidiaryJoin = nil, timeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @campaignResponseJoin = campaignResponseJoin
  @departmentJoin = departmentJoin
  @fileJoin = fileJoin
  @locationJoin = locationJoin
  @messagesJoin = messagesJoin
  @messagesFromJoin = messagesFromJoin
  @messagesToJoin = messagesToJoin
  @resourceAllocationJoin = resourceAllocationJoin
  @subsidiaryJoin = subsidiaryJoin
  @timeJoin = timeJoin
  @transactionJoin = transactionJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



35395
35396
35397
# File 'lib/activenetsuite/soap/default.rb', line 35395

def basic
  @basic
end

#campaignResponseJoinObject

Returns the value of attribute campaignResponseJoin.



35396
35397
35398
# File 'lib/activenetsuite/soap/default.rb', line 35396

def campaignResponseJoin
  @campaignResponseJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



35409
35410
35411
# File 'lib/activenetsuite/soap/default.rb', line 35409

def customSearchJoin
  @customSearchJoin
end

#departmentJoinObject

Returns the value of attribute departmentJoin.



35397
35398
35399
# File 'lib/activenetsuite/soap/default.rb', line 35397

def departmentJoin
  @departmentJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



35398
35399
35400
# File 'lib/activenetsuite/soap/default.rb', line 35398

def fileJoin
  @fileJoin
end

#locationJoinObject

Returns the value of attribute locationJoin.



35399
35400
35401
# File 'lib/activenetsuite/soap/default.rb', line 35399

def locationJoin
  @locationJoin
end

#messagesFromJoinObject

Returns the value of attribute messagesFromJoin.



35401
35402
35403
# File 'lib/activenetsuite/soap/default.rb', line 35401

def messagesFromJoin
  @messagesFromJoin
end

#messagesJoinObject

Returns the value of attribute messagesJoin.



35400
35401
35402
# File 'lib/activenetsuite/soap/default.rb', line 35400

def messagesJoin
  @messagesJoin
end

#messagesToJoinObject

Returns the value of attribute messagesToJoin.



35402
35403
35404
# File 'lib/activenetsuite/soap/default.rb', line 35402

def messagesToJoin
  @messagesToJoin
end

#resourceAllocationJoinObject

Returns the value of attribute resourceAllocationJoin.



35403
35404
35405
# File 'lib/activenetsuite/soap/default.rb', line 35403

def resourceAllocationJoin
  @resourceAllocationJoin
end

#subsidiaryJoinObject

Returns the value of attribute subsidiaryJoin.



35404
35405
35406
# File 'lib/activenetsuite/soap/default.rb', line 35404

def subsidiaryJoin
  @subsidiaryJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



35405
35406
35407
# File 'lib/activenetsuite/soap/default.rb', line 35405

def timeJoin
  @timeJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



35406
35407
35408
# File 'lib/activenetsuite/soap/default.rb', line 35406

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



35407
35408
35409
# File 'lib/activenetsuite/soap/default.rb', line 35407

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



35408
35409
35410
# File 'lib/activenetsuite/soap/default.rb', line 35408

def userNotesJoin
  @userNotesJoin
end