class ActiveNetsuite::ResourceAllocation

{urn:scheduling_2013_2.activities.webservices.netsuite.com}ResourceAllocation

nullFieldList - ActiveNetsuite::NullField
requestedby - ActiveNetsuite::RecordRef
allocationResource - ActiveNetsuite::RecordRef
project - ActiveNetsuite::RecordRef
notes - SOAP::SOAPString
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
allocationAmount - SOAP::SOAPDouble
allocationUnit - ActiveNetsuite::ResourceAllocationAllocationUnit
numberHours - SOAP::SOAPDouble
percentOfTime - SOAP::SOAPDouble
allocationType - ActiveNetsuite::RecordRef
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

allocationAmount[RW]
allocationResource[RW]
allocationType[RW]
allocationUnit[RW]
customFieldList[RW]
endDate[RW]
notes[RW]
nullFieldList[RW]
numberHours[RW]
percentOfTime[RW]
project[RW]
requestedby[RW]
startDate[RW]

Public Class Methods

new(nullFieldList = nil, requestedby = nil, allocationResource = nil, project = nil, notes = nil, startDate = nil, endDate = nil, allocationAmount = nil, allocationUnit = nil, numberHours = nil, percentOfTime = nil, allocationType = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 795
def initialize(nullFieldList = nil, requestedby = nil, allocationResource = nil, project = nil, notes = nil, startDate = nil, endDate = nil, allocationAmount = nil, allocationUnit = nil, numberHours = nil, percentOfTime = nil, allocationType = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @requestedby = requestedby
  @allocationResource = allocationResource
  @project = project
  @notes = notes
  @startDate = startDate
  @endDate = endDate
  @allocationAmount = allocationAmount
  @allocationUnit = allocationUnit
  @numberHours = numberHours
  @percentOfTime = percentOfTime
  @allocationType = allocationType
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 775
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 787
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 791
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 779
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 783
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end