Class: ActiveNetsuite::ResourceAllocationSearchBasic

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

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comResourceAllocationSearchBasic

allocationType - ActiveNetsuite::SearchMultiSelectField
allocationUnit - ActiveNetsuite::SearchEnumMultiSelectField
customer - ActiveNetsuite::SearchMultiSelectField
endDate - ActiveNetsuite::SearchDateField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
notes - ActiveNetsuite::SearchStringField
numberHours - ActiveNetsuite::SearchDoubleField
percentOfTime - ActiveNetsuite::SearchDoubleField
project - ActiveNetsuite::SearchMultiSelectField
requestedBy - ActiveNetsuite::SearchMultiSelectField
resource - ActiveNetsuite::SearchMultiSelectField
startDate - ActiveNetsuite::SearchDateField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(allocationType = nil, allocationUnit = nil, customer = nil, endDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, notes = nil, numberHours = nil, percentOfTime = nil, project = nil, requestedBy = nil, resource = nil, startDate = nil, customFieldList = nil) ⇒ ResourceAllocationSearchBasic

Returns a new instance of ResourceAllocationSearchBasic.



31218
31219
31220
31221
31222
31223
31224
31225
31226
31227
31228
31229
31230
31231
31232
31233
31234
31235
# File 'lib/activenetsuite/soap/default.rb', line 31218

def initialize(allocationType = nil, allocationUnit = nil, customer = nil, endDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, notes = nil, numberHours = nil, percentOfTime = nil, project = nil, requestedBy = nil, resource = nil, startDate = nil, customFieldList = nil)
  @allocationType = allocationType
  @allocationUnit = allocationUnit
  @customer = customer
  @endDate = endDate
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @notes = notes
  @numberHours = numberHours
  @percentOfTime = percentOfTime
  @project = project
  @requestedBy = requestedBy
  @resource = resource
  @startDate = startDate
  @customFieldList = customFieldList
end

Instance Attribute Details

#allocationTypeObject

Returns the value of attribute allocationType.



31201
31202
31203
# File 'lib/activenetsuite/soap/default.rb', line 31201

def allocationType
  @allocationType
end

#allocationUnitObject

Returns the value of attribute allocationUnit.



31202
31203
31204
# File 'lib/activenetsuite/soap/default.rb', line 31202

def allocationUnit
  @allocationUnit
end

#customerObject

Returns the value of attribute customer.



31203
31204
31205
# File 'lib/activenetsuite/soap/default.rb', line 31203

def customer
  @customer
end

#customFieldListObject

Returns the value of attribute customFieldList.



31216
31217
31218
# File 'lib/activenetsuite/soap/default.rb', line 31216

def customFieldList
  @customFieldList
end

#endDateObject

Returns the value of attribute endDate.



31204
31205
31206
# File 'lib/activenetsuite/soap/default.rb', line 31204

def endDate
  @endDate
end

#externalIdObject

Returns the value of attribute externalId.



31205
31206
31207
# File 'lib/activenetsuite/soap/default.rb', line 31205

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



31206
31207
31208
# File 'lib/activenetsuite/soap/default.rb', line 31206

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



31207
31208
31209
# File 'lib/activenetsuite/soap/default.rb', line 31207

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



31208
31209
31210
# File 'lib/activenetsuite/soap/default.rb', line 31208

def internalIdNumber
  @internalIdNumber
end

#notesObject

Returns the value of attribute notes.



31209
31210
31211
# File 'lib/activenetsuite/soap/default.rb', line 31209

def notes
  @notes
end

#numberHoursObject

Returns the value of attribute numberHours.



31210
31211
31212
# File 'lib/activenetsuite/soap/default.rb', line 31210

def numberHours
  @numberHours
end

#percentOfTimeObject

Returns the value of attribute percentOfTime.



31211
31212
31213
# File 'lib/activenetsuite/soap/default.rb', line 31211

def percentOfTime
  @percentOfTime
end

#projectObject

Returns the value of attribute project.



31212
31213
31214
# File 'lib/activenetsuite/soap/default.rb', line 31212

def project
  @project
end

#requestedByObject

Returns the value of attribute requestedBy.



31213
31214
31215
# File 'lib/activenetsuite/soap/default.rb', line 31213

def requestedBy
  @requestedBy
end

#resourceObject

Returns the value of attribute resource.



31214
31215
31216
# File 'lib/activenetsuite/soap/default.rb', line 31214

def resource
  @resource
end

#startDateObject

Returns the value of attribute startDate.



31215
31216
31217
# File 'lib/activenetsuite/soap/default.rb', line 31215

def startDate
  @startDate
end