Class: ActiveNetsuite::ResourceAllocationSearch

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

Overview

urn:scheduling_2013_2urn:scheduling_2013_2.activitiesurn:scheduling_2013_2.activities.webservicesurn:scheduling_2013_2.activities.webservices.netsuiteurn:scheduling_2013_2.activities.webservices.netsuite.comResourceAllocationSearch

basic - ActiveNetsuite::ResourceAllocationSearchBasic
customerJoin - ActiveNetsuite::CustomerSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
jobJoin - ActiveNetsuite::JobSearchBasic
requestedByJoin - ActiveNetsuite::EntitySearchBasic
resourceJoin - ActiveNetsuite::EntitySearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
vendorJoin - ActiveNetsuite::VendorSearchBasic
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, customerJoin = nil, employeeJoin = nil, jobJoin = nil, requestedByJoin = nil, resourceJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = []) ⇒ ResourceAllocationSearch

Returns a new instance of ResourceAllocationSearch.



31660
31661
31662
31663
31664
31665
31666
31667
31668
31669
31670
# File 'lib/activenetsuite/soap/default.rb', line 31660

def initialize(basic = nil, customerJoin = nil, employeeJoin = nil, jobJoin = nil, requestedByJoin = nil, resourceJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = [])
  @basic = basic
  @customerJoin = customerJoin
  @employeeJoin = employeeJoin
  @jobJoin = jobJoin
  @requestedByJoin = requestedByJoin
  @resourceJoin = resourceJoin
  @userJoin = userJoin
  @vendorJoin = vendorJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



31650
31651
31652
# File 'lib/activenetsuite/soap/default.rb', line 31650

def basic
  @basic
end

#customerJoinObject

Returns the value of attribute customerJoin.



31651
31652
31653
# File 'lib/activenetsuite/soap/default.rb', line 31651

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



31658
31659
31660
# File 'lib/activenetsuite/soap/default.rb', line 31658

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



31652
31653
31654
# File 'lib/activenetsuite/soap/default.rb', line 31652

def employeeJoin
  @employeeJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



31653
31654
31655
# File 'lib/activenetsuite/soap/default.rb', line 31653

def jobJoin
  @jobJoin
end

#requestedByJoinObject

Returns the value of attribute requestedByJoin.



31654
31655
31656
# File 'lib/activenetsuite/soap/default.rb', line 31654

def requestedByJoin
  @requestedByJoin
end

#resourceJoinObject

Returns the value of attribute resourceJoin.



31655
31656
31657
# File 'lib/activenetsuite/soap/default.rb', line 31655

def resourceJoin
  @resourceJoin
end

#userJoinObject

Returns the value of attribute userJoin.



31656
31657
31658
# File 'lib/activenetsuite/soap/default.rb', line 31656

def userJoin
  @userJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



31657
31658
31659
# File 'lib/activenetsuite/soap/default.rb', line 31657

def vendorJoin
  @vendorJoin
end