Class: ActiveNetsuite::ResourceAllocationSearchRowBasic
- Inherits:
-
SearchRowBasic
- Object
- SearchRow
- SearchRowBasic
- ActiveNetsuite::ResourceAllocationSearchRowBasic
- 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.comResourceAllocationSearchRowBasic
allocationType - ActiveNetsuite::SearchColumnSelectField
allocationUnit - ActiveNetsuite::SearchColumnEnumSelectField
customer - ActiveNetsuite::SearchColumnSelectField
endDate - ActiveNetsuite::SearchColumnDateField
externalId - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
notes - ActiveNetsuite::SearchColumnStringField
numberHours - ActiveNetsuite::SearchColumnDoubleField
percentOfTime - ActiveNetsuite::SearchColumnDoubleField
project - ActiveNetsuite::SearchColumnSelectField
requestedBy - ActiveNetsuite::SearchColumnSelectField
resource - ActiveNetsuite::SearchColumnSelectField
startDate - ActiveNetsuite::SearchColumnDateField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList
Instance Attribute Summary collapse
-
#allocationType ⇒ Object
Returns the value of attribute allocationType.
-
#allocationUnit ⇒ Object
Returns the value of attribute allocationUnit.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#numberHours ⇒ Object
Returns the value of attribute numberHours.
-
#percentOfTime ⇒ Object
Returns the value of attribute percentOfTime.
-
#project ⇒ Object
Returns the value of attribute project.
-
#requestedBy ⇒ Object
Returns the value of attribute requestedBy.
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil) ⇒ ResourceAllocationSearchRowBasic
constructor
A new instance of ResourceAllocationSearchRowBasic.
Constructor Details
#initialize(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil) ⇒ ResourceAllocationSearchRowBasic
Returns a new instance of ResourceAllocationSearchRowBasic.
43917 43918 43919 43920 43921 43922 43923 43924 43925 43926 43927 43928 43929 43930 43931 43932 |
# File 'lib/activenetsuite/soap/default.rb', line 43917 def initialize(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil) @allocationType = allocationType @allocationUnit = allocationUnit @customer = customer @endDate = endDate @externalId = externalId @internalId = internalId @notes = notes @numberHours = numberHours @percentOfTime = percentOfTime @project = project @requestedBy = requestedBy @resource = resource @startDate = startDate @customFieldList = customFieldList end |
Instance Attribute Details
#allocationType ⇒ Object
Returns the value of attribute allocationType.
43902 43903 43904 |
# File 'lib/activenetsuite/soap/default.rb', line 43902 def allocationType @allocationType end |
#allocationUnit ⇒ Object
Returns the value of attribute allocationUnit.
43903 43904 43905 |
# File 'lib/activenetsuite/soap/default.rb', line 43903 def allocationUnit @allocationUnit end |
#customer ⇒ Object
Returns the value of attribute customer.
43904 43905 43906 |
# File 'lib/activenetsuite/soap/default.rb', line 43904 def customer @customer end |
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
43915 43916 43917 |
# File 'lib/activenetsuite/soap/default.rb', line 43915 def customFieldList @customFieldList end |
#endDate ⇒ Object
Returns the value of attribute endDate.
43905 43906 43907 |
# File 'lib/activenetsuite/soap/default.rb', line 43905 def endDate @endDate end |
#externalId ⇒ Object
Returns the value of attribute externalId.
43906 43907 43908 |
# File 'lib/activenetsuite/soap/default.rb', line 43906 def externalId @externalId end |
#internalId ⇒ Object
Returns the value of attribute internalId.
43907 43908 43909 |
# File 'lib/activenetsuite/soap/default.rb', line 43907 def internalId @internalId end |
#notes ⇒ Object
Returns the value of attribute notes.
43908 43909 43910 |
# File 'lib/activenetsuite/soap/default.rb', line 43908 def notes @notes end |
#numberHours ⇒ Object
Returns the value of attribute numberHours.
43909 43910 43911 |
# File 'lib/activenetsuite/soap/default.rb', line 43909 def numberHours @numberHours end |
#percentOfTime ⇒ Object
Returns the value of attribute percentOfTime.
43910 43911 43912 |
# File 'lib/activenetsuite/soap/default.rb', line 43910 def percentOfTime @percentOfTime end |
#project ⇒ Object
Returns the value of attribute project.
43911 43912 43913 |
# File 'lib/activenetsuite/soap/default.rb', line 43911 def project @project end |
#requestedBy ⇒ Object
Returns the value of attribute requestedBy.
43912 43913 43914 |
# File 'lib/activenetsuite/soap/default.rb', line 43912 def requestedBy @requestedBy end |
#resource ⇒ Object
Returns the value of attribute resource.
43913 43914 43915 |
# File 'lib/activenetsuite/soap/default.rb', line 43913 def resource @resource end |
#startDate ⇒ Object
Returns the value of attribute startDate.
43914 43915 43916 |
# File 'lib/activenetsuite/soap/default.rb', line 43914 def startDate @startDate end |