Class: ActiveNetsuite::ResourceAllocationSearchRow

Inherits:
SearchRow
  • 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.comResourceAllocationSearchRow

basic - ActiveNetsuite::ResourceAllocationSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
employeeJoin - ActiveNetsuite::EmployeeSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
requestedByJoin - ActiveNetsuite::EntitySearchRowBasic
resourceJoin - ActiveNetsuite::EntitySearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
vendorJoin - ActiveNetsuite::VendorSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, customerJoin = nil, employeeJoin = nil, jobJoin = nil, requestedByJoin = nil, resourceJoin = nil, userJoin = nil, vendorJoin = nil, customSearchJoin = []) ⇒ ResourceAllocationSearchRow

Returns a new instance of ResourceAllocationSearchRow.



44192
44193
44194
44195
44196
44197
44198
44199
44200
44201
44202
# File 'lib/activenetsuite/soap/default.rb', line 44192

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.



44182
44183
44184
# File 'lib/activenetsuite/soap/default.rb', line 44182

def basic
  @basic
end

#customerJoinObject

Returns the value of attribute customerJoin.



44183
44184
44185
# File 'lib/activenetsuite/soap/default.rb', line 44183

def customerJoin
  @customerJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44190
44191
44192
# File 'lib/activenetsuite/soap/default.rb', line 44190

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



44184
44185
44186
# File 'lib/activenetsuite/soap/default.rb', line 44184

def employeeJoin
  @employeeJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



44185
44186
44187
# File 'lib/activenetsuite/soap/default.rb', line 44185

def jobJoin
  @jobJoin
end

#requestedByJoinObject

Returns the value of attribute requestedByJoin.



44186
44187
44188
# File 'lib/activenetsuite/soap/default.rb', line 44186

def requestedByJoin
  @requestedByJoin
end

#resourceJoinObject

Returns the value of attribute resourceJoin.



44187
44188
44189
# File 'lib/activenetsuite/soap/default.rb', line 44187

def resourceJoin
  @resourceJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44188
44189
44190
# File 'lib/activenetsuite/soap/default.rb', line 44188

def userJoin
  @userJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



44189
44190
44191
# File 'lib/activenetsuite/soap/default.rb', line 44189

def vendorJoin
  @vendorJoin
end